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

Anthro Symbology Stream Crossings #606

Merged
merged 3 commits into from
May 16, 2023
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
2 changes: 1 addition & 1 deletion RaveBusinessLogic/V2/Anthro.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<Children collapsed="true">
<Node label="Land Use Intensity Raster" xpath="Raster[@id='LUI']" type="raster" symbology="LUIRaster" transparency="40" />
<Node label="Diversions" xpath="Geopackage/Layers/Vector[@lyrName='diversions']" type="point" symbology="py_div_point" />
<Node label="Stream Crossings" xpath="Geopackage/Layers/Vector[@lyrName='road_crossings']" type="point" symbology="" />
<Node label="Stream Crossings" xpath="Geopackage/Layers/Vector[@lyrName='road_crossings']" type="point" symbology="stream_crossings" />
<Node label="Private Land" xpath="Geopackage/Layers/Vector[@lyrName='private_land']" type="polygon" symbology="PVTLand" />
<Node label="Railroads Within the Valley Bottom" xpath="Geopackage/Layers/Vector[@lyrName='rail_valleybottom']" type="line" symbology="railroads" />
<Node label="Roads Within the Valley Bottom" xpath="Geopackage/Layers/Vector[@lyrName='road_valleybottom']" type="line" symbology="roads" />
Expand Down
Binary file added Symbology/esri/Anthro/stream_crossings.lyr
Binary file not shown.
Binary file removed Symbology/esri/RCAT/FPAccess_Raster.lyr
Binary file not shown.
Loading