Skip to content

Commit

Permalink
channel transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgilbert committed May 19, 2023
1 parent 4dd0e43 commit 337f810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RaveBusinessLogic/V2/VBET.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<Children collapsed="true">
<Node label="Stream Names" xpath="Geopackage/Layers/Vector[@lyrName='Flowlines_VAA']" type="line" symbology="streamnames" id="streamnames" />
<Node label="Channel Network Levelpaths" xpath="Geopackage/Layers/Vector[@lyrName='Flowlines_VAA']" type="line" id="channel_levelpath" symbology="levelpath" />
<Node label="Channel Area Polygons" xpath="Geopackage/Layers/Vector[@lyrName='channel_area_polygons']" type="polygon" id="channel_area_polygons" symbology="vbet_channel_area" />
<Node label="Channel Area Polygons" xpath="Geopackage/Layers/Vector[@lyrName='channel_area_polygons']" type="polygon" id="channel_area_polygons" symbology="vbet_channel_area" transparency="40" />
<Node label="Digital Elevation Model" xpath="Raster[@id='DEM']" type="raster" symbology="dem" transparency="40" id="dem" />
<Node label="Inputs Geopackage (SQLite Database)" xpath="Geopackage" type="file" />
</Children>
Expand Down

0 comments on commit 337f810

Please sign in to comment.