Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated folder names in RiverscapesXML to path project xml for metric engine. #682

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
<Children collapsed="true">
<Node label="Sample Frames">
<Children collapsed="true">
<Node label="Integrated Geographic Objects (IGOs)" xpath= "Inputs/Geopackage/Layers/Vector[@lyrName='igos']" type="point" id="igos" symbology="igo" />
<Node label="Integrated Geographic Objects (IGOs)" xpath= "Outputs/Geopackage/Layers/Vector[@lyrName='igos']" type="point" id="igos" symbology="igo" />
<Node label="Centerlines" xpath= "Inputs/Geopackage/Layers/Vector[@lyrName='valley_centerlines']" type="line" id="centerlines" symbology="CL_vb" />
<Node label="Discrete Geographic Objects (DGOs)" xpath= "Inputs/Geopackage/Layers/Vector[@lyrName='dgos']" type="polygon" id="dgos" symbology="DGO" />
<Node label="Discrete Geographic Objects (DGOs)" xpath= "Outputs/Geopackage/Layers/Vector[@lyrName='dgos']" type="polygon" id="dgos" symbology="DGO" />
<Node label="DEM" xpath="Inputs/Raster[@lyrName='DEM']" type="raster" symbology="dem" transparency="40" id="DEM" />
</Children>
</Node>
Expand Down
Loading