Skip to content

Commit

Permalink
Initial LTPBRDesign project
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyMWhitehead committed Sep 12, 2023
1 parent d5d9855 commit d7caba8
Show file tree
Hide file tree
Showing 5 changed files with 1,276 additions and 0 deletions.
27 changes: 27 additions & 0 deletions RaveBusinessLogic/V2/LTPBRDesign.xml
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>
55 changes: 55 additions & 0 deletions Symbology/qgis/LTPBRDesign/complexes.qml
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>
Loading

0 comments on commit d7caba8

Please sign in to comment.