Skip to content

Commit

Permalink
added risk igo
Browse files Browse the repository at this point in the history
  • Loading branch information
jtgilbert committed Nov 15, 2024
1 parent 901cde2 commit a4cf635
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions Symbology/web/Riverscapes_BRAT/risk_igo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/web/vector.schema.json",
"legend": [
["hsl(0, 100%, 45%)", "Considerable Risk"],
["hsl(40, 100%, 50%)", "Some Risk"],
["hsl(194, 100%, 50%)","Minor Risk"],
["hsl(0, 0%, 88%)","Negligible Risk"]
],
"layerStyles": [
{
"id": "Risk of Undesireable Dams",
"type": "circle",
"source": "composite",
"source-layer": "BRAT_results-4wzuaw",
"layout": {},
"paint": {
"circle-radius": [
"interpolate",
[
"linear"
],
[
"zoom"
],
10,
1,
11,
2,
13.55,
3,
15,
4,
22,
5
],
"circle-color": [
"match",
["get", "Risk"],
["Negligible Risk"],
"hsl(0, 0%, 88%)",
["Minor Risk"],
"hsl(194, 100%, 50%)",
["Some Risk"],
"hsl(40, 100%, 50%)",
["Considerable Risk"],
"hsl(0, 100%, 45%)",
"hsl(178, 4%, 100%)"
],
"circle-opacity": [
"match",
["get", "ReachCode"],
[46006, 33600, 55800],
1,
0
]
}
}
]
}

0 comments on commit a4cf635

Please sign in to comment.