Skip to content

Commit

Permalink
RSContext business logic update
Browse files Browse the repository at this point in the history
LANDFIRE symbology layers added
  • Loading branch information
emilySarge authored and jtgilbert committed Aug 7, 2023
1 parent ee98397 commit 89a3243
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions RaveBusinessLogic/V1/RSContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
<Node label="Veg Type - EVT Class" xpath="Raster[@id='EXVEG']" type="raster" symbology="Existing_Veg_EVT_Class" transparency="40" id="exveg" />
<Node label="Veg Type - EVT Name" xpath="Raster[@id='EXVEG']" type="raster" symbology="Existing_Veg_EVT_Name" transparency="40" />
<Node label="Veg Type - EVT Riparian" xpath="Raster[@id='EXVEG']" type="raster" symbology="Existing_Veg_EVT_Riparian" transparency="40" />
<Node label="Veg Cover - EVC" xpath="Raster[@id='VEGCOVER']" type="raster" symbology="LF_evc" transparency="40" />
<Node label="Veg Height - EVH" xpath="Raster[@id='VEGHEIGHT']" type="raster" symbology="LF_evh" transparency="40" />
</Children>
</Node>
<Node label="Historic Vegetation">
Expand All @@ -94,6 +96,24 @@
<Node label="Veg Type - BPS Riparian" xpath="Raster[@id='HISTVEG']" type="raster" symbology="Historic_Veg_BPS_Riparian" transparency="40" />
</Children>
</Node>
<Node label="Disturbance">
<Children collapsed="true">
<Node label="Historic Disturbance - HDst" xpath="Raster[@id='HDIST']" type="raster" symbology="LF_hdst" transparency="40" />
<Node label="Fuel Disturbance - FDst" xpath="Raster[@id='FDIST']" type="raster" symbology="LF_fdst" transparency="40" />
</Children>
</Node>
<Node label="Fuel">
<Children collapsed="true">
<Node label="Fuel Characteristic Classification - FCCS" xpath="Raster[@id='FCCS']" type="raster" symbology="LF_fccs" transparency="40" />
</Children>
</Node>
<Node label="Vegetation Condition">
<Children collapsed="true">
<Node label="Veg Condition - VCC" xpath="Raster[@id='VEGCONDITION']" type="raster" symbology="LF_vcc" transparency="40" />
<Node label="Veg Departure Index - VDep" xpath="Raster[@id='VEGDEPARTURE']" type="raster" symbology="LF_vdep" transparency="40" />
<Node label="Succession Classes - SCla" xpath="Raster[@id='SCLASS']" type="raster" symbology="LF_scla" transparency="40" />
</Children>
</Node>
</Children>
</Node>
</Children>
Expand Down

0 comments on commit 89a3243

Please sign in to comment.