Skip to content

Commit

Permalink
add veg_conversion_igo
Browse files Browse the repository at this point in the history
  • Loading branch information
dominique-shore committed Dec 19, 2023
1 parent 96181c0 commit 13f7aea
Showing 1 changed file with 70 additions and 0 deletions.
70 changes: 70 additions & 0 deletions Symbology/web/RCAT/Veg_conversion_igo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
{
"$schema": "https://xml.riverscapes.xyz/Symbology/web/vector.schema.json",
"legend": [
["#6dbe45", "Negligible to Minor veg. Conversion"],
["#d74699", "Conifer Encroachment"],
["#e5e515", "Conv. to Agriculture"],
["#36c3f2", "Conv. to Grass/Shrubland"],
["#894c9e", "Conv. to Invasive"],
["#f9720b", "Non-Riparian Conversions"],
["#a6742a", "Devegetation"],
["#ed2024", "Development"],
["#4f4f4f", "Multiple Conv. Types"],
["#d7ebf2", "From Grass/Shrubland to Riparian"],
["#f7d6a7", "From Devegetated to Riparian"],
["#f2d1e4", "From Conifer to Riparian"]
],
"layerStyles": [
{
"id": "condition-igo-v2-bgocbh",
"type": "circle",
"source": "composite",
"source-layer": "condition_igo_v2-bgocbh",
"layout": {},
"paint": {
"circle-radius": [
"interpolate",
[
"linear"
],
[
"zoom"
],
10,
1,
11,
2,
13.55,
3,
15,
4,
22,
5
],
"circle-color": [
"interpolate",
["linear"],
["get", "Condition"],
0.03,
"#ed2024",
0.2,
"#ed2024",
0.200001,
"#fba919",
0.4,
"#fba919",
0.400001,
"#f7f278",
0.65,
"#f7f278",
0.650001,
"#b0d136",
0.85,
"#b0d136",
0.850001,
"#5abf92"
]
}
}
]
}

0 comments on commit 13f7aea

Please sign in to comment.