-
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.
BL for new sediment fingerprinting project
- Loading branch information
1 parent
96c12a7
commit 5124f0a
Showing
1 changed file
with
22 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?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>Channel Area</Name> | ||
<ProjectType>ChannelArea</ProjectType> | ||
<Node xpathlabel="Name" xpath="Realizations/Realization"> | ||
<Children collapsed="false"> | ||
<Node label="Outputs" xpath="Outputs"> | ||
<Children collapsed="false"> | ||
<Node label="Sediment Fingerprinting" xpath="Geopackage/Layers/Vector[@lyrName='vw_samples']" type="point" id="samples" symbology="samples_basic" /> | ||
<Node label="Geopackage (SQLite Database)" xpath="Geopackage" type="file" /> | ||
</Children> | ||
</Node> | ||
</Children> | ||
</Node> | ||
<Views default="DEFAULT"> | ||
<View name="Sediment Samples" id="DEFAULT"> | ||
<Layers> | ||
<Layer id="samples" /> | ||
</Layers> | ||
</View> | ||
</Views> | ||
</Project> |