Skip to content

Commit

Permalink
updated gpkg layer refs
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgilbert committed Apr 16, 2024
1 parent b1715dc commit 885a4f0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions RaveBusinessLogic/V2/VBET.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<Node label="Valley Bottom Extent (Filled)" xpath="Outputs/Geopackage/Layers/Vector[@lyrName='vbet_full']" type="polygon" symbology="vbet_extent_filled" transparency="40" id="vbet_extent_filled" />
<Node label="Categorized VBET (2-class)">
<Children collapsed="true">
<Node label="Estimated Low-Lying Valley Bottom" xpath="Outputs/Geopackage/Layers/Vector[@lyrName='active_valley_bottom']" type="polygon" symbology="vbet_lowlying" transparency="40" id="vbet_active_vb"/>
<Node label="Estimated Elevated Valley Bottom" xpath="Outputs/Geopackage/Layers/Vector[@lyrName='inactive_floodplain']" type="polygon" symbology="vbet_elevated" transparency="40" id="vbet_inactive_vb"/>
<Node label="Estimated Low-Lying Valley Bottom" xpath="Outputs/Geopackage/Layers/Vector[@lyrName='low_lying_valley_bottom']" type="polygon" symbology="vbet_lowlying" transparency="40" id="vbet_active_vb"/>
<Node label="Estimated Elevated Valley Bottom" xpath="Outputs/Geopackage/Layers/Vector[@lyrName='elevated_floodplain']" type="polygon" symbology="vbet_elevated" transparency="40" id="vbet_inactive_vb"/>
</Children>
</Node>
<Node label="Categorized VBET (3-class)">
<Children collapsed="true">
<Node label="Estimated Channel (Channel Area Input)" xpath="Inputs/Geopackage/Layers/Vector[@lyrName='channel_area_polygons']" type="polygon" symbology="vbet_channel_area" transparency="40" id="vbet_channel_area" />
<Node label="Estimated Low-Lying Valley Bottom (without channel)" xpath="Outputs/Geopackage/Layers/Vector[@lyrName='active_floodplain']" type="polygon" symbology="vbet_lowlying" transparency="40" id="vbet_active_floodplain"/>
<Node label="Estimated Elevated Valley Bottom" xpath="Outputs/Geopackage/Layers/Vector[@lyrName='inactive_floodplain']" type="polygon" symbology="vbet_elevated" transparency="40" id="vbet_inactive_floodplain"/>
<Node label="Estimated Low-Lying Valley Bottom (without channel)" xpath="Outputs/Geopackage/Layers/Vector[@lyrName='low_lying_floodplain']" type="polygon" symbology="vbet_lowlying" transparency="40" id="vbet_active_floodplain"/>
<Node label="Estimated Elevated Valley Bottom" xpath="Outputs/Geopackage/Layers/Vector[@lyrName='elevated_floodplain']" type="polygon" symbology="vbet_elevated" transparency="40" id="vbet_inactive_floodplain"/>
</Children>
</Node>
<Node label="Sample Frames">
Expand Down Expand Up @@ -111,7 +111,6 @@
<Layers>
<Layer id="streamnames" />
<Layer id="vbet_extent_hollow" />
<Layer id="likevbet" />
<Layer id="hillshade" />
</Layers>
</View>
Expand Down

0 comments on commit 885a4f0

Please sign in to comment.