Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blm context symbology #747

Merged
merged 2 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
426 changes: 143 additions & 283 deletions Symbology/qgis/BLMContext/BLM_NLCS_Natl_Monuments_Cons_Areas_A.qml

Large diffs are not rendered by default.

190 changes: 139 additions & 51 deletions Symbology/qgis/BLMContext/BLM_Natl_Area_Critical_Env_Concern_A.qml

Large diffs are not rendered by default.

190 changes: 139 additions & 51 deletions Symbology/qgis/BLMContext/BLM_Natl_Fire_Perimeters_P.qml

Large diffs are not rendered by default.

190 changes: 139 additions & 51 deletions Symbology/qgis/BLMContext/BLM_Natl_Grazing_Allotment_P.qml

Large diffs are not rendered by default.

190 changes: 139 additions & 51 deletions Symbology/qgis/BLMContext/BLM_Natl_Land_Use_Plans_2022_A.qml

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

324 changes: 206 additions & 118 deletions Symbology/qgis/BLMContext/BLM_Restoration_Landscapes_A.qml

Large diffs are not rendered by default.

303 changes: 179 additions & 124 deletions Symbology/qgis/BLMContext/USFWS_Critical_Habitat_A.qml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/webRAVEVector.schema.json",
"legend": [
["#e6ab02", "Historic"],
["#1b9e77", "Scenic"]
],
"layerStyles": [
{
"id": "blm_es_so_natl_scenic_historic_trails_nlcs_l_line",
"type": "line",
"source": "composite",
"source-layer": "blm_es_so_natl_scenic_historic_trails_nlcs_l",
"layout": {},
"paint": {
"line-color": [
"match",
["get", "TRAIL_TYPE"],
["Historic"],
"#e6ab02",
["Scenic"],
"#1b9e77",
"#000000"
]
}
}
]
}
30 changes: 30 additions & 0 deletions Symbology/web/BLMContext/BLM_Fire_Perimeters_P.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/webRAVEVector.schema.json",
"legend": [
["#de8c1a", "BLM Fire Perimeters P"]
],
"layerStyles": [
{
"id": "blm_fire_perimeters_fill",
"type": "fill",
"source": "composite",
"source-layer": "blm_fire_perimeters",
"layout": {},
"paint": {
"fill-color": "#de8c1a",
"fill-outline-color": "#7e541c"
}
},
{
"id": "blm_fire_perimeters_symbol",
"type": "symbol",
"source": "composite",
"source-layer": "blm_fire_perimeters",
"layout": {
"text-field": ["to-string", ["get", "INCDNT_NM"]],
"minzoom": 9
},
"paint": {}
}
]
}
30 changes: 30 additions & 0 deletions Symbology/web/BLMContext/BLM_NLCS_Natl_Monuments_Cons_Areas_A.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/webRAVEVector.schema.json",
"legend": [
["#117116", "BLM NLCS Natl Monuments Cons Areas A"]
],
"layerStyles": [
{
"id": "blm_nlcs_natl_monuments_cons_areas_a_fill",
"type": "fill",
"source": "composite",
"source-layer": "blm_nlcs_natl_monuments_cons_areas_a",
"layout": {},
"paint": {
"fill-color": "#117116",
"fill-outline-color": "#20581e"
}
},
{
"id": "blm_nlcs_natl_monuments_cons_areas_a_symbol",
"type": "symbol",
"source": "composite",
"source-layer": "blm_nlcs_natl_monuments_cons_areas_a",
"layout": {
"text-field": ["to-string", ["get", "NLCS_NAME"]],
"minzoom": 8
},
"paint": {}
}
]
}
30 changes: 30 additions & 0 deletions Symbology/web/BLMContext/BLM_Natl_Area_Critical_Env_Concern_A.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/webRAVEVector.schema.json",
"legend": [
["#e77148", "BLM Natl Area Critical Env Concern A"]
],
"layerStyles": [
{
"id": "blm_natl_area_critical_env_concern_a_fill",
"type": "fill",
"source": "composite",
"source-layer": "blm_natl_area_critical_env_concern_a",
"layout": {},
"paint": {
"fill-color": "#e77148",
"fill-outline-color": "#232323"
}
},
{
"id": "blm_natl_area_critical_env_concern_a_symbol",
"type": "symbol",
"source": "composite",
"source-layer": "blm_natl_area_critical_env_concern_a",
"layout": {
"text-field": ["to-string", ["get", "ACEC_NAME"]],
"minzoom": 8
},
"paint": {}
}
]
}
30 changes: 30 additions & 0 deletions Symbology/web/BLMContext/BLM_Natl_Grazing_Allotment_P.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/webRAVEVector.schema.json",
"legend": [
["#729b6f", "BLM Natl Grazing Allotment P"]
],
"layerStyles": [
{
"id": "blm_natl_grazing_allotment_fill",
"type": "fill",
"source": "composite",
"source-layer": "blm_natl_grazing_allotment",
"layout": {},
"paint": {
"fill-color": "#729b6f",
"fill-outline-color": "#232323"
}
},
{
"id": "blm_natl_grazing_allotment_symbol",
"type": "symbol",
"source": "composite",
"source-layer": "blm_natl_grazing_allotment",
"layout": {
"text-field": ["to-string", ["get", "ALLOT_NAME"]],
"minzoom": 8
},
"paint": {}
}
]
}
30 changes: 30 additions & 0 deletions Symbology/web/BLMContext/BLM_Natl_Land_Use_Plans_2022_A.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/webRAVEVector.schema.json",
"legend": [
["#d1e589", "BLM Natl Land Use Plans 2022 A"]
],
"layerStyles": [
{
"id": "blm_natl_land_use_plans_2022_a_fill",
"type": "fill",
"source": "composite",
"source-layer": "blm_natl_land_use_plans_2022_a",
"layout": {},
"paint": {
"fill-color": "#d1e589",
"fill-outline-color": "#767c53"
}
},
{
"id": "blm_natl_land_use_plans_2022_a_symbol",
"type": "symbol",
"source": "composite",
"source-layer": "blm_natl_land_use_plans_2022_a",
"layout": {
"text-field": ["to-string", ["get", "LUPName"]],
"minzoom": 7
},
"paint": {}
}
]
}
19 changes: 19 additions & 0 deletions Symbology/web/BLMContext/BLM_Natl_NLCS_Wilderness_Areas_A.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/webRAVEVector.schema.json",
"legend": [
["#117116", "BLM Natl NLCS Wilderness Areas A"]
],
"layerStyles": [
{
"id": "blm_natl_nlcs_wilderness_areas_a_fill",
"type": "fill",
"source": "composite",
"source-layer": "blm_nlcs_natl_monuments_cons_areas_a",
"layout": {},
"paint": {
"fill-color": "#117116",
"fill-outline-color": "#20581e"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/webRAVEVector.schema.json",
"legend": [
["#ffffbf", "No recommendation"],
["#fc8d59", "Non-suitable"],
["#bad272", "Suitable"]
],
"layerStyles": [
{
"id": "blm_natl_nlcs_wilderness_study_areas_a_fill",
"type": "fill",
"source": "composite",
"source-layer": "blm_natl_nlcs_wilderness_study_areas_a",
"layout": {},
"paint": {
"fill-color": [
"match",
["get", "WSA_RCMND"],
["No recommendation"],
"#ffffbf",
["Non-suitable"],
"#fc8d59",
["Suitable"],
"#bad272",
"#000000"
],
"fill-outline-color": "#000000"
}
}
]
}
40 changes: 40 additions & 0 deletions Symbology/web/BLMContext/BLM_Natl_Recreation_Site_Polygons.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/webRAVEVector.schema.json",
"legend": [
["#004c73", "Campground"],
["#732600", "Day Use Area"],
["#38a800", "ERMA"],
["#000000", "Natural Area/Endangered Area"],
["#e6e600", "OHV Designated Area"],
["#c1914e", "Special RMA"]
],
"layerStyles": [
{
"id": "blm_natl_recreation_site_polygons_fill",
"type": "fill",
"source": "composite",
"source-layer": "blm_natl_recreation_site_polygons",
"layout": {},
"paint": {
"fill-color": [
"match",
["get", "fet_subtyp"],
["Campground"],
"#004c73",
["Day Use Area"],
"#732600",
["ERMA"],
"#38a800",
["Natural Area/Endangered Area"],
"#000000",
["OHV Designated Area"],
"#e6e600",
["Special RMA"],
"#c1914e",
"#ffffff"
],
"fill-outline-color": "#232323"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/webRAVEVector.schema.json",
"legend": [
["#e3ce47", "BLM Natl Revision Development Land Use Plans A"]
],
"layerStyles": [
{
"id": "blm_natl_revision_development_land_use_plans_a_fill",
"type": "fill",
"source": "composite",
"source-layer": "blm_natl_revision_development_land_use_plans_a",
"layout": {},
"paint": {
"fill-color": "#e3ce47",
"fill-outline-color": "#99801d"
}
},
{
"id": "blm_natl_revision_development_land_use_plans_a_symbol",
"type": "symbol",
"source": "composite",
"source-layer": "blm_natl_revision_development_land_use_plans_a",
"layout": {
"text-field": ["to-string", ["get", "LUPName"]]
},
"paint": {}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/webRAVEVector.schema.json",
"legend": [
["#8dd3c7", "Anthro Mtn"],
["#ffffb3", "General Habitat Mgmt. Area"],
["#bebada", "Important Habitat Mgmt. Area"],
["#fb8072", "Linkage and Connectivity Habitat Mgmt. Area"],
["#80b1d3", "Other Habitat Mgmt. Area"],
["#fdb462", "Priority Habitat Mgmt. Area"],
["#b3de69", "Restoration Habitat Mgmt. Area"],
["#fccde5", "Undesignated Habitat"]
],
"layerStyles": [
{
"id": "blm_natl_westernus_grsg_rod_habitat_mgmt_areas_a_fill",
"type": "fill",
"source": "composite",
"source-layer": "blm_natl_westernus_grsg_rod_habitat_mgmt_areas_a",
"layout": {},
"paint": {
"fill-color": [
"match",
["get", "Habitat_Type"],
["Anthro Mtn"],
"#8dd3c7",
["General Habitat Mgmt. Area"],
"#ffffb3",
["Important Habitat Mgmt. Area"],
"#bebada",
["Linkage and Connectivity Habitat Mgmt. Area"],
"#fb8072",
["Other Habitat Mgmt. Area"],
"#80b1d3",
["Priority Habitat Mgmt. Area"],
"#fdb462",
["Restoration Habitat Mgmt. Area"],
"#b3de69",
["Undesignated Habitat"],
"#fccde5",
"#000000"
],
"fill-outline-color": "#421d49"
}
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/webRAVEVector.schema.json",
"legend": [
["#8d5a99", "BLM Natl Wild Horse and Burro Herd Mgmt Area A"]
],
"layerStyles": [
{
"id": "blm_natl_wild_horse_and_burro_herd_mgmt_area_a_fill",
"type": "fill",
"source": "composite",
"source-layer": "blm_natl_wild_horse_and_burro_herd_mgmt_area_a",
"layout": {},
"paint": {
"fill-color": "#8d5a99",
"fill-outline-color": "#232323"
}
},
{
"id": "blm_natl_wild_horse_and_burro_herd_mgmt_area_a_symbol",
"type": "symbol",
"source": "composite",
"source-layer": "blm_natl_wild_horse_and_burro_herd_mgmt_area_a",
"layout": {
"text-field": ["to-string", ["get", "HMA_NAME"]],
"minzoom": 8
},
"paint": {}
}
]
}
Loading
Loading