Skip to content

Commit

Permalink
copied old condition .jsons and named _v2
Browse files Browse the repository at this point in the history
  • Loading branch information
dominique-shore committed Dec 6, 2023
1 parent 7850e12 commit e734072
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 0 deletions.
61 changes: 61 additions & 0 deletions Symbology/web/RCAT/condition_igo_v2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"$schema": "https://xml.riverscapes.xyz/Symbology/web/vector.schema.json",
"legend": [
["hsl(0, 100%, 48%)", "Very Poor < 0.20"],
["hsl(40, 100%, 50%)", "Poor 0.2 - 0.4"],
["hsl(55, 100%, 50%)", "Moderate 0.4 - 0.65"],
["hsl(80, 100%, 45%)", "Good 0.65 - 0.85"],
["hsl(100, 100%, 33%)", "Intact > 0.85"]
],
"layerStyles": [
{
"id": "igo-6dm17v",
"type": "circle",
"source": "composite",
"source-layer": "IGO-6dm17v",
"layout": {},
"paint": {
"circle-color": [
"interpolate",
["linear"],
["get", "Condition"],
0.00,
"hsl(0, 100%, 48%)",
0.2,
"hsl(0, 100%, 48%)",
0.20001,
"hsl(40, 100%, 50%)",
0.4,
"hsl(40, 100%, 50%)",
0.40001,
"hsl(55, 100%, 50%)",
0.65,
"hsl(55, 100%, 50%)",
0.650001,
"hsl(80, 100%, 45%)",
0.85,
"hsl(80, 100%, 45%)",
0.850001,
"hsl(100, 100%, 33%)",
1.00,
"hsl(100, 100%, 33%)"
],
"circle-radius": [
"interpolate",
["linear"],
["zoom"],
10,
1,
11,
2,
13.55,
3,
15,
4,
22,
5
]
}
}
]
}
46 changes: 46 additions & 0 deletions Symbology/web/RCAT/condition_v2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"$schema": "https://xml.riverscapes.xyz/Symbology/web/vector.schema.json",
"legend": [
["hsl(0, 100%, 48%)", "Very Poor < 0.20"],
["hsl(40, 100%, 50%)", "Poor 0.20 - 0.40"],
["hsl(55, 100%, 50%)", "Moderate 0.40 - 0.65"],
["hsl(80, 100%, 45%)", "Good 0.65 - 0.85"],
["hsl(100, 100%, 33%)", "Intact > 0.85"]
],
"layerStyles": [
{
"id": "condition-9o8khy",
"type": "line",
"source": "composite",
"source-layer": "condition-9o8khy",
"layout": {},
"paint": {
"line-color": [
"interpolate",
["linear"],
["get", "Condition"],
0.0000,
"hsl(0, 100%, 48%)",
0.2000,
"hsl(0, 100%, 48%)",
0.20001,
"hsl(40, 100%, 50%)",
0.4,
"hsl(40, 100%, 50%)",
0.40001,
"hsl(55, 100%, 50%)",
0.65,
"hsl(55, 100%, 50%)",
0.650001,
"hsl(80, 100%, 45%)",
0.85,
"hsl(80, 100%, 45%)",
0.850001,
"hsl(100, 100%, 33%)",
1.000,
"hsl(100, 100%, 33%)"
]
}
}
]
}

0 comments on commit e734072

Please sign in to comment.