Skip to content

Commit

Permalink
Fixes #777
Browse files Browse the repository at this point in the history
  • Loading branch information
ChloeSeeborg committed Jan 10, 2025
1 parent 96c000a commit ac6aae2
Show file tree
Hide file tree
Showing 10 changed files with 21,483 additions and 21,864 deletions.
4 changes: 2 additions & 2 deletions RaveBusinessLogic/V2/RSContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
</Node>
<Node label="Geology">
<Children collapsed="true">
<Node label="Major 1" xpath="Datasets/Vector[@id='GEOLOGY']" type="polygon" symbology="geo" transparency="40"/>
<Node label="Rock Type" xpath="Datasets/Vector[@id='GEOLOGY']" type="polygon" symbology="geo" transparency="40"/>
<Node label="Age" xpath="Datasets/Vector[@id='GEOLOGY']" type="polygon" symbology="geo_maxage" transparency="40"/>
</Children>
</Node>
Expand Down Expand Up @@ -127,7 +127,7 @@
<Node label="Topography and Derivatives">
<Children collapsed="true">
<Node label="DEM (10 m NED)" xpath="Datasets/Raster[@id='DEM']" type="raster" symbology="dem" transparency="40" id="dem" />
<Node label="Slope Analysis" xpath="Datasets/Raster[@id='SLOPE']" type="raster" symbology="slope" transparency="40" />
<Node label="Slope Analysis (Degrees)" xpath="Datasets/Raster[@id='SLOPE']" type="raster" symbology="slope" transparency="40" />
</Children>
</Node>
<Node label="Hillshade">
Expand Down
106 changes: 82 additions & 24 deletions Symbology/arcpro/Shared/ownership.lyrx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"version" : "3.3.0",
"build" : 52636,
"layers" : [
"CIMPATH=map/ownership.json"
"CIMPATH=map/ownership2.json"
],
"layerDefinitions" : [
{
"type" : "CIMFeatureLayer",
"name" : "ownership",
"uRI" : "CIMPATH=map/ownership.json",
"uRI" : "CIMPATH=map/ownership2.json",
"sourceModifiedTime" : {
"type" : "TimeInstant"
},
Expand Down Expand Up @@ -82,7 +82,7 @@
},
"dataConnection" : {
"type" : "CIMStandardDataConnection",
"workspaceConnectionString" : "DATABASE=..\\..\\..\\..\\1701020301_landers\\Riverscapes_Context_Landers\\ownership",
"workspaceConnectionString" : "DATABASE=..\\Curation_Testing\\1602020402_bigcottonwood\\Riverscapes_Context_BigCottonwood\\ownership",
"workspaceFactory" : "Shapefile",
"dataset" : "ownership.shp",
"datasetType" : "esriDTFeatureClass"
Expand Down Expand Up @@ -403,9 +403,9 @@
"color" : {
"type" : "CIMRGBColor",
"values" : [
115,
178,
115,
0,
0,
0,
100
]
}
Expand Down Expand Up @@ -569,9 +569,9 @@
"color" : {
"type" : "CIMRGBColor",
"values" : [
233,
255,
190,
27,
0,
124,
100
]
}
Expand Down Expand Up @@ -625,9 +625,9 @@
"color" : {
"type" : "CIMRGBColor",
"values" : [
189,
227,
150,
91,
179,
166,
100
]
}
Expand Down Expand Up @@ -681,9 +681,9 @@
"color" : {
"type" : "CIMRGBColor",
"values" : [
137,
205,
102,
159,
221,
174,
100
]
}
Expand Down Expand Up @@ -737,9 +737,9 @@
"color" : {
"type" : "CIMRGBColor",
"values" : [
56,
168,
0,
216,
162,
135,
100
]
}
Expand Down Expand Up @@ -793,8 +793,8 @@
"color" : {
"type" : "CIMRGBColor",
"values" : [
0,
112,
250,
177,
255,
100
]
Expand All @@ -814,6 +814,63 @@
],
"visible" : true
},
{
"type" : "CIMUniqueValueClass",
"editable" : true,
"label" : "National Park Service",
"patch" : "Default",
"symbol" : {
"type" : "CIMSymbolReference",
"symbol" : {
"type" : "CIMPolygonSymbol",
"symbolLayers" : [
{
"type" : "CIMSolidStroke",
"enable" : true,
"capStyle" : "Round",
"joinStyle" : "Round",
"lineStyle3D" : "Strip",
"miterLimit" : 4,
"width" : 0.40000000000000002,
"height3D" : 1,
"anchor3D" : "Center",
"color" : {
"type" : "CIMRGBColor",
"values" : [
0,
0,
0,
100
]
}
},
{
"type" : "CIMSolidFill",
"enable" : true,
"color" : {
"type" : "CIMRGBColor",
"values" : [
210,
16,
240,
100
]
}
}
],
"angleAlignment" : "Map"
}
},
"values" : [
{
"type" : "CIMUniqueValue",
"fieldValues" : [
"NPS"
]
}
],
"visible" : true
},
{
"type" : "CIMUniqueValueClass",
"label" : "State",
Expand Down Expand Up @@ -984,7 +1041,7 @@
},
{
"type" : "CIMUniqueValueClass",
"label" : "Unkown ",
"label" : "Unknown ",
"patch" : "Default",
"symbol" : {
"type" : "CIMSymbolReference",
Expand Down Expand Up @@ -1017,9 +1074,9 @@
"color" : {
"type" : "CIMRGBColor",
"values" : [
204,
204,
204,
107,
107,
107,
100
]
}
Expand All @@ -1042,6 +1099,7 @@
"heading" : "ADMIN_AGEN"
}
],
"useDefaultSymbol" : true,
"polygonSymbolColorTarget" : "Fill"
},
"scaleSymbols" : true,
Expand Down
Loading

0 comments on commit ac6aae2

Please sign in to comment.