-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
37a67b4
commit aecccdf
Showing
1 changed file
with
36 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |