-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5d9855
commit d7caba8
Showing
5 changed files
with
1,276 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xml.riverscapes.net/RaveBusinessLogic/XSD/project_explorer.xsd"> | ||
<Name>LTPBR Design</Name> | ||
<ProjectType>LTPBRDesign</ProjectType> | ||
<Node xpathlabel="Name" xpath="Realizations/Realization"> | ||
<Children collapsed="false"> | ||
<Node label="Design"> | ||
<Children> | ||
<Node label="Structure Points" xpath="Datasets/Geopackage/Layers/Vector[@lyrName='structure_points']" type="point" symbology="structure_points" id="structure_points"/> | ||
<Node label="Structure Lines" xpath="Datasets/Geopackage/Layers/Vector[@lyrName='structure_lines']" type="line" symbology="structure_lines" id="structure_lines"/> | ||
<Node label="Structure Complexes" xpath="Datasets/Geopackage/Layers/Vector[@lyrName='complexes']" type="polygon" symbology="complexes" id="complexes"/> | ||
<Node label="Zones of Influence" xpath="Datasets/Geopackage/Layers/Vector[@lyrName='zoi']" type="polygon" symbology="zoi" id="zoi"/> | ||
</Children> | ||
</Node> | ||
</Children> | ||
</Node> | ||
<Views default="DEFAULT"> | ||
<View name="LTPBR Design" id="DEFAULT"> | ||
<Layers> | ||
<Layer id="structure_points" /> | ||
<Layer id="structure_lines" /> | ||
<Layer id="complexes" /> | ||
<Layer id="zoi" /> | ||
</Layers> | ||
</View> | ||
</Views> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<!DOCTYPE qgis PUBLIC 'http://mrcc.com/qgis.dtd' 'SYSTEM'> | ||
<qgis styleCategories="Symbology|Legend" version="3.26.0-Buenos Aires"> | ||
<renderer-v2 type="singleSymbol" enableorderby="0" referencescale="-1" symbollevels="0" forceraster="0"> | ||
<symbols> | ||
<symbol force_rhr="0" clip_to_extent="1" type="fill" alpha="1" is_animated="0" name="0" frame_rate="10"> | ||
<data_defined_properties> | ||
<Option type="Map"> | ||
<Option type="QString" value="" name="name"/> | ||
<Option name="properties"/> | ||
<Option type="QString" value="collection" name="type"/> | ||
</Option> | ||
</data_defined_properties> | ||
<layer class="SimpleFill" enabled="1" pass="0" locked="0"> | ||
<Option type="Map"> | ||
<Option type="QString" value="3x:0,0,0,0,0,0" name="border_width_map_unit_scale"/> | ||
<Option type="QString" value="201,221,226,65" name="color"/> | ||
<Option type="QString" value="bevel" name="joinstyle"/> | ||
<Option type="QString" value="0,0" name="offset"/> | ||
<Option type="QString" value="3x:0,0,0,0,0,0" name="offset_map_unit_scale"/> | ||
<Option type="QString" value="MM" name="offset_unit"/> | ||
<Option type="QString" value="255,0,0,255" name="outline_color"/> | ||
<Option type="QString" value="dash" name="outline_style"/> | ||
<Option type="QString" value="0.5" name="outline_width"/> | ||
<Option type="QString" value="MM" name="outline_width_unit"/> | ||
<Option type="QString" value="solid" name="style"/> | ||
</Option> | ||
<prop k="border_width_map_unit_scale" v="3x:0,0,0,0,0,0"/> | ||
<prop k="color" v="201,221,226,65"/> | ||
<prop k="joinstyle" v="bevel"/> | ||
<prop k="offset" v="0,0"/> | ||
<prop k="offset_map_unit_scale" v="3x:0,0,0,0,0,0"/> | ||
<prop k="offset_unit" v="MM"/> | ||
<prop k="outline_color" v="255,0,0,255"/> | ||
<prop k="outline_style" v="dash"/> | ||
<prop k="outline_width" v="0.5"/> | ||
<prop k="outline_width_unit" v="MM"/> | ||
<prop k="style" v="solid"/> | ||
<data_defined_properties> | ||
<Option type="Map"> | ||
<Option type="QString" value="" name="name"/> | ||
<Option name="properties"/> | ||
<Option type="QString" value="collection" name="type"/> | ||
</Option> | ||
</data_defined_properties> | ||
</layer> | ||
</symbol> | ||
</symbols> | ||
<rotation/> | ||
<sizescale/> | ||
</renderer-v2> | ||
<blendMode>0</blendMode> | ||
<featureBlendMode>0</featureBlendMode> | ||
<legend showLabelLegend="0" type="default-vector"/> | ||
<layerGeometryType>2</layerGeometryType> | ||
</qgis> |
Oops, something went wrong.