Skip to content

Commit

Permalink
BL for new IGOs project type
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbaileynar committed Oct 9, 2024
1 parent 25e34da commit 75def09
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions RaveBusinessLogic/V2/IGOs.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?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>Riverscape IGOs</Name>
<ProjectType>IGOs</ProjectType>
<Node xpathlabel="Name" xpath="Realizations/Realization">
<Children collapsed="false">
<Node label="Outputs">
<Children collapsed="false">
<Node label="IGOs" xpath="Datasets/Geopackage/Layers/Vector[@lyrName='igos']" type="point"
symbology="igo_default" id="igos" />
</Children>
</Node>
<Node label="Log File" xpath="Logs/LogFile" type="file" />
</Children>
</Node>
<Views default="DEFAULT">
<View name="Primary Outputs" id="DEFAULT">
<Layers>
<Layer id="igos" />
</Layers>
</View>
</Views>
</Project>

0 comments on commit 75def09

Please sign in to comment.