Skip to content

Commit

Permalink
Adding USACE dams to National BL
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbaileynar committed Dec 19, 2024
1 parent 37a67b4 commit aecccdf
Showing 1 changed file with 36 additions and 26 deletions.
62 changes: 36 additions & 26 deletions RaveBusinessLogic/V2/NationalDatasets.xml
Original file line number Diff line number Diff line change
@@ -1,28 +1,38 @@
<?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">
<!-- <Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="./XSD/project_explorer.xsd"> -->
<Name>National Datasets</Name>
<ProjectType>NationalDatasets</ProjectType>
<Node xpathlabel="Name">
<Children>
<Repeater label="Realizations" xpath="Realizations/Realization">
<!--This is a template for how each realization should render-->
<Node xpathlabel="Name">
<Children collapsed="false">
<Node label="Datasets" xpath="Datasets">
<Children>
<Repeater label="Raster Layers" xpath="Raster">
<Node xpathlabel="Name" type="raster" symbology="raster" />
</Repeater>
<Repeater label="Vector Layers" xpath="Vector">
<!-- TODO: this is a problem we need to address -->
<Node xpathlabel="Name" type="polygon" symbology="" />
</Repeater>
</Children>
</Node>
</Children>
</Node>
</Repeater>
</Children>
</Node>
<Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://xml.riverscapes.net/RaveBusinessLogic/XSD/project_explorer.xsd">
<!-- <Project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="./XSD/project_explorer.xsd"> -->
<Name>National Datasets</Name>
<ProjectType>NationalDatasets</ProjectType>
<Node xpathlabel="Name">
<Children>
<Repeater label="Realizations" xpath="Realizations/Realization">
<!--This
is a template for how each realization should render-->
<Node xpathlabel="Name">
<Children collapsed="false">
<Node label="Datasets" xpath="Datasets">
<Children>
<Repeater label="Raster Layers" xpath="Raster">
<Node xpathlabel="Name" type="raster" symbology="raster" />
</Repeater>
<Repeater label="Vector Layers" xpath="Vector">
<!-- TODO: this is a problem we need to address -->
<Node xpathlabel="Name" type="polygon" symbology="" />
</Repeater>
</Children>
</Node>
</Children>
</Node>
</Repeater>
<Node label="Other Datasets" xpath="Realizations/Realization">
<Children>
<Node label="USACE National Dams"
xpath="Outputs/Geopackage[@id='DAMS']/Layers/Vector[@lyrName='dams']"
type="point" symbology="usace_dams" id="watersheds" />
</Children>
</Node>
</Children>
</Node>
</Project>

0 comments on commit aecccdf

Please sign in to comment.