-
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
4ba9011
commit 8782454
Showing
6 changed files
with
162 additions
and
19 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
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,20 +1,21 @@ | ||
{ | ||
"$schema": "https://xml.riverscapes.xyz/Symbology/web/vector.schema.json", | ||
"legend": [ | ||
["rgb(242, 204, 78)", "Beaver Dam"] | ||
["rgb(233, 182, 41)", "Beaver Dam"] | ||
], | ||
"layerStyles": [ | ||
{ | ||
"id": "dam-points-reproj-d7fdsb", | ||
"type": "symbol", | ||
"type": "circle", | ||
"source": "composite", | ||
"source-layer": "dam_points_reproj-d7fdsb", | ||
"layout": { | ||
"icon-size": 0.02, | ||
"icon-image": "star-svgrepo-com", | ||
"icon-allow-overlap": true | ||
}, | ||
"paint": {} | ||
"layout": {}, | ||
"paint": { | ||
"circle-color": "rgb(233, 182, 41)", | ||
"circle-stroke-width": 0.8, | ||
"circle-stroke-color": "rgb(176, 110, 24)", | ||
"circle-radius": 3 | ||
} | ||
} | ||
] | ||
} |
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
69 changes: 69 additions & 0 deletions
69
Symbology/web/Beaver_Activity/dam_density_dgo_filtered.json
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,69 @@ | ||
{ | ||
"$schema": "https://xml.riverscapes.xyz/Symbology/web/vector.schema.json", | ||
"legend": [ | ||
["rgb(255, 255, 243)", "0 dams/km"], | ||
["rgb(249, 249, 157)", "0.01 - 1 dams/km"], | ||
["rgb(199, 234, 179)", "1 - 5 dams/km"], | ||
["rgb(66, 199, 195)", "5 - 15 dams/km"], | ||
["rgb(44, 127, 184)", "15 - 30 dams/km"], | ||
["rgb(37, 52, 148)", "30 - 50 dams/km"], | ||
["rgb(8, 21, 80)", "> 50 dams/km"] | ||
], | ||
"layerStyles": [ | ||
{ | ||
"id": "dam-dgo-filtered-7bd7hq", | ||
"type": "fill", | ||
"source": "composite", | ||
"source-layer": "dam_dgo_filtered-7bd7hq", | ||
"layout": {}, | ||
"paint": { | ||
"fill-color": [ | ||
"interpolate", | ||
["linear"], | ||
["get", "dam_density"], | ||
0, | ||
"rgb(255, 255, 243)", | ||
0.009, | ||
"rgb(255, 255, 243)", | ||
0.01, | ||
"rgb(249, 249, 157)", | ||
1, | ||
"rgb(249, 249, 157)", | ||
1.0001, | ||
"rgb(199, 234, 179)", | ||
5, | ||
"rgb(199, 234, 179)", | ||
5.0001, | ||
"rgb(66, 199, 195)", | ||
15, | ||
"rgb(66, 199, 195)", | ||
15.0001, | ||
"rgb(44, 127, 184)", | ||
30, | ||
"rgb(44, 127, 184)", | ||
30.0001, | ||
"rgb(37, 52, 148)", | ||
50, | ||
"rgb(37, 52, 148)", | ||
50.0001, | ||
"rgb(8, 21, 80)", | ||
1000, | ||
"rgb(8, 21, 80)" | ||
], | ||
"fill-opacity": ["match", ["get", "FCode"], [46006], 1, 0] | ||
} | ||
}, | ||
{ | ||
"id": "dam-dgo-filtered-7bd7hq copy", | ||
"type": "line", | ||
"source": "composite", | ||
"source-layer": "dam_dgo_filtered-7bd7hq", | ||
"layout": {}, | ||
"paint": { | ||
"line-width": 0.1, | ||
"line-color": "rgb(35, 35, 35)", | ||
"line-opacity": ["match", ["get", "FCode"], [46006, 33600, 55800], 1, 0] | ||
} | ||
} | ||
] | ||
} |
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
58 changes: 58 additions & 0 deletions
58
Symbology/web/Beaver_Activity/dam_density_igo_filtered.json
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,58 @@ | ||
{ | ||
"$schema": "https://xml.riverscapes.xyz/Symbology/web/vector.schema.json", | ||
"legend": [ | ||
["rgb(255, 255, 243)", "0 dams/km"], | ||
["rgb(249, 249, 157)", "0.01 - 1 dams/km"], | ||
["rgb(199, 234, 179)", "1 - 5 dams/km"], | ||
["rgb(66, 199, 195)", "5 - 15 dams/km"], | ||
["rgb(44, 127, 184)", "15 - 30 dams/km"], | ||
["rgb(37, 52, 148)", "30 - 50 dams/km"], | ||
["rgb(8, 21, 80)", "> 50 dams/km"] | ||
], | ||
"layerStyles": [ | ||
{ | ||
"id": "dam-igo-filtered-30emtk", | ||
"type": "circle", | ||
"source": "composite", | ||
"source-layer": "dam_igo_filtered-30emtk", | ||
"layout": {}, | ||
"paint": { | ||
"circle-radius": 3, | ||
"circle-color": [ | ||
"interpolate", | ||
["linear"], | ||
["get", "dam_density"], | ||
0, | ||
"rgb(255, 255, 243)", | ||
0.009, | ||
"rgb(255, 255, 243)", | ||
0.01, | ||
"rgb(249, 249, 157)", | ||
1, | ||
"rgb(249, 249, 157)", | ||
1.0001, | ||
"rgb(199, 234, 179)", | ||
5, | ||
"rgb(199, 234, 179)", | ||
5.0001, | ||
"rgb(66, 199, 195)", | ||
15, | ||
"rgb(66, 199, 195)", | ||
15.0001, | ||
"rgb(44, 127, 184)", | ||
30, | ||
"rgb(44, 127, 184)", | ||
30.0001, | ||
"rgb(37, 52, 148)", | ||
50, | ||
"rgb(37, 52, 148)", | ||
50.0001, | ||
"rgb(8, 21, 80)", | ||
1000, | ||
"rgb(8, 21, 80)" | ||
], | ||
"circle-opacity": ["match", ["get", "FCode"], [46006, 33600, 55800], 1, 0] | ||
} | ||
} | ||
] | ||
} |