Skip to content

Commit

Permalink
Fixes for BLM Context web symbology
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyMWhitehead committed Nov 6, 2024
1 parent 47392e5 commit ed65200
Show file tree
Hide file tree
Showing 8 changed files with 65 additions and 20 deletions.
34 changes: 29 additions & 5 deletions Symbology/web/BLMContext/BLM_NLCS_Natl_Monuments_Cons_Areas_A.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/webRAVEVector.schema.json",
"legend": [
["#117116", "BLM NLCS Natl Monuments Cons Areas A"]
["#a6cee3", "Cooperative Management and Protection Area"],
["#1f78b4", "Forest Reserve"],
["#b2df8a", "National Monuments"],
["#fb9a99", "National Conservation Area"],
["#e31a1c", "National Monuments"],
["#fdbf6f", "National Scenic Area"],
["#ff7f00", "Outstanding Natural Area"]
],
"layerStyles": [
{
Expand All @@ -11,18 +17,36 @@
"source-layer": "blm_nlcs_natl_monuments_cons_areas_a",
"layout": {},
"paint": {
"fill-color": "#117116",
"fill-outline-color": "#20581e"
"fill-color": [
"match",
["get", "sma_code"],
["BLM_CMPA"],
"#a6cee3",
["BLM_FR"],
"#1f78b4",
["BLM_MON"],
"#b2df8a",
["BLM_NCA"],
"#fb9a99",
["BLM_NM"],
"#e31a1c",
["BLM_NSA"],
"#fdbf6f",
["BLM_ONA"],
"#ff7f00",
"#000000"
],
"fill-outline-color": "#3c2745"
}
},
{
"id": "blm_nlcs_natl_monuments_cons_areas_a_symbol",
"type": "symbol",
"source": "composite",
"source-layer": "blm_nlcs_natl_monuments_cons_areas_a",
"minzoom": 8,
"layout": {
"text-field": ["to-string", ["get", "NLCS_NAME"]],
"minzoom": 8
"text-field": ["to-string", ["get", "NLCS_NAME"]]
},
"paint": {}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"type": "symbol",
"source": "composite",
"source-layer": "blm_natl_area_critical_env_concern_a",
"minzoom": 8,
"layout": {
"text-field": ["to-string", ["get", "ACEC_NAME"]],
"minzoom": 8
"text-field": ["to-string", ["get", "ACEC_NAME"]]
},
"paint": {}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"type": "symbol",
"source": "composite",
"source-layer": "blm_fire_perimeters",
"minzoom": 9,
"layout": {
"text-field": ["to-string", ["get", "INCDNT_NM"]],
"minzoom": 9
"text-field": ["to-string", ["get", "INCDNT_NM"]]
},
"paint": {}
}
Expand Down
4 changes: 2 additions & 2 deletions Symbology/web/BLMContext/BLM_Natl_Grazing_Allotment_P.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"type": "symbol",
"source": "composite",
"source-layer": "blm_natl_grazing_allotment",
"minzoom": 8,
"layout": {
"text-field": ["to-string", ["get", "ALLOT_NAME"]],
"minzoom": 8
"text-field": ["to-string", ["get", "ALLOT_NAME"]]
},
"paint": {}
}
Expand Down
4 changes: 2 additions & 2 deletions Symbology/web/BLMContext/BLM_Natl_Land_Use_Plans_2022_A.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"type": "symbol",
"source": "composite",
"source-layer": "blm_natl_land_use_plans_2022_a",
"minzoom": 7,
"layout": {
"text-field": ["to-string", ["get", "LUPName"]],
"minzoom": 7
"text-field": ["to-string", ["get", "LUPName"]]
},
"paint": {}
}
Expand Down
15 changes: 13 additions & 2 deletions Symbology/web/BLMContext/BLM_Natl_NLCS_Wilderness_Areas_A.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,23 @@
"id": "blm_natl_nlcs_wilderness_areas_a_fill",
"type": "fill",
"source": "composite",
"source-layer": "blm_nlcs_natl_monuments_cons_areas_a",
"source-layer": "blm_natl_nlcs_wilderness_areas_a",
"layout": {},
"paint": {
"fill-color": "#117116",
"fill-outline-color": "#20581e"
}
}
},
{
"id": "blm_natl_nlcs_wilderness_areas_a_symbol",
"type": "symbol",
"source": "composite",
"source-layer": "blm_natl_nlcs_wilderness_areas_a",
"minzoom": 8,
"layout": {
"text-field": ["to-string", ["get", "NLCS_NAME"]]
},
"paint": {}
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"type": "symbol",
"source": "composite",
"source-layer": "blm_natl_wild_horse_and_burro_herd_mgmt_area_a",
"minzoom": 8,
"layout": {
"text-field": ["to-string", ["get", "HMA_NAME"]],
"minzoom": 8
"text-field": ["to-string", ["get", "HMA_NAME"]]
},
"paint": {}
}
Expand Down
16 changes: 13 additions & 3 deletions Symbology/web/BLMContext/DOI_Keystone_Initiatives_A.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
],
"layerStyles": [
{
"id": "",
"id": "doi_keystone_initiatives_a_fill",
"type": "fill",
"source": "composite",
"source-layer": "",
"source-layer": "doi_keystone_initiatives_a",
"layout": {},
"paint": {
"fill-color": [
Expand All @@ -41,6 +41,16 @@
],
"fill-outline-color": "#232323"
}
}
},
{
"id": "doi_keystone_initiatives_a_symbol",
"type": "symbol",
"source": "composite",
"source-layer": "doi_keystone_initiatives_a",
"layout": {
"text-field": ["to-string", ["get", "KeystoneIn_Name"]]
},
"paint": {}
}
]
}

0 comments on commit ed65200

Please sign in to comment.