-
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.
copied old condition .jsons and named _v2
- Loading branch information
1 parent
7850e12
commit e734072
Showing
2 changed files
with
107 additions
and
0 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
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 | ||
] | ||
} | ||
} | ||
] | ||
} |
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,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%)" | ||
] | ||
} | ||
} | ||
] | ||
} |