Skip to content

Commit

Permalink
add veg_conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
dominique-shore committed Dec 19, 2023
1 parent 13f7aea commit c6c8642
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions Symbology/web/RCAT/Veg_conversion.json
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": [
["#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": "conditiontype-vector-64rtmb",
"type": "line",
"source": "composite",
"source-layer": "conditiontype_vector-64rtmb",
"layout": {},
"paint": {
"line-color": [
"match",
["get", "ConversionCode"],
0,
"#6dbe45",
[43, 44, 41, 42],
"#e5e515",
[29, 30, 31, 32],
"#d74699",
[21, 22, 23, 24],
"#36c3f2",
[33, 34, 35, 36],
"#894c9e",
[45, 46, 47, 48],
"#f9720b",
[25, 26, 27, 28],
"#a6742a",
[37, 38, 39, 40],
"#ed2024",
[49, 50, 51, 52],
"#4f4f4f",
[9, 10, 11, 12],
"#d7ebf2",
[5, 6, 7, 8],
"#f7d6a7",
[1, 2, 3, 4],
"#f2d1e4",
"#000000"
]
}
}
]
}

0 comments on commit c6c8642

Please sign in to comment.