Skip to content

Commit

Permalink
QRiS web symbology 2
Browse files Browse the repository at this point in the history
Some more web symbology for QRiS and 2 .qmls for QRiS for Q as well.
  • Loading branch information
Chalese committed Jan 31, 2025
1 parent 80de77f commit c6aa803
Show file tree
Hide file tree
Showing 12 changed files with 2,484 additions and 0 deletions.
675 changes: 675 additions & 0 deletions Symbology/qgis/RiverscapesStudio/beaver_dam.qml

Large diffs are not rendered by default.

1,115 changes: 1,115 additions & 0 deletions Symbology/qgis/RiverscapesStudio/beaver_sign.qml

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions Symbology/web/RiverscapesStudio/beaver_dam.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/web/vector.schema.json",
"legend": [
["rgb(25, 190, 38)", "active_dam"],
["rgb(255, 151, 5)", "inactive_dam"],
["rgb(137, 91, 69)", "relic"],
["rgb(152, 125, 185)", "other"]
],
"layerStyles": [
{
"id": "beaverdams-9jztvz",
"type": "circle",
"source": "composite",
"source-layer": "BeaverDams-9jztvz",
"paint": {
"circle-color": [
"match",
["get", "Dam Type"],
["active_dam"],
"rgb(25, 190, 38)",
["inactive_dam"],
"rgb(255, 151, 5)",
["relic"],
"rgb(137, 91, 69)",
"rgb(152, 125, 185)"
],
"circle-stroke-width": 1,
"circle-radius": 4
}
}
]
}
118 changes: 118 additions & 0 deletions Symbology/web/RiverscapesStudio/beaver_sign.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/web/vector.schema.json",
"legend": [
["rgb(255, 141, 35)", "Bank Den"],
["rgb(255, 216, 107)", "Bank Lodge"],
["rgb(141, 27, 25)", "Pond Lodge"],
["rgb(178, 223, 138)", "Chew Stick"],
["rgb(51, 160, 44)", "Clipped Vegetation"],
["rgb(137, 91, 69)", "Felled Tree"],
["rgb(124, 108, 99)", "Food Cache"],
["rgb(195, 174, 113)", "Harvested Branches"],
["rgb(166, 206, 227)", "Canal"],
["rgb(18, 141, 218)", "Pond Excavation"],
["rgb(85, 56, 43)", "Scat"],
["rgb(255, 127, 0)", "Scent Mound"],
["rgb(40, 40, 40)", "Set of Tracks"],
["rgb(255, 241, 107)", "Skid Trail"],
["rgb(179, 200, 85)", "Slide"],
["rgb(152, 125, 185)", "Other"]

],
"layerStyles": [
{
"id": "beaversign-53hmpx",
"type": "symbol",
"source": "composite",
"source-layer": "BeaverSign-53hmpx",
"layout": {
"text-field": [
"match",
["get", "Type"],
["bank_den", "pond_lodge", "bank_lodge"],
"+",
[
"harvested_branches",
"food_cache",
"chew_stick",
"clipped_vegetation",
"felled_tree"
],
"*",
""
],
"text-size": 20
},
"paint": {
"text-color": [
"match",
["get", "Type"],
["bank_den"],
"rgb(255, 141, 35)",
["bank_lodge"],
"rgb(255, 216, 107)",
["pond_lodge"],
"rgb(141, 27, 25)",
["chew_stick"],
"rgb(178, 223, 138)",
["clipped_vegetation"],
"rgb(51, 160, 44)",
["felled_tree"],
"rgb(137, 91, 69)",
["food_cache"],
"rgb(124, 108, 99)",
["harvested_branches"],
"rgb(195, 174, 113)",
"#000000"
],
"text-halo-color": "rgb(0, 0, 0)",
"text-halo-width": 0.75
}
},
{
"id": "beaversign-53hmpx (1)",
"type": "circle",
"source": "composite",
"source-layer": "BeaverSign-53hmpx",
"paint": {
"circle-color": [
"match",
["get", "Type"],
["canal"],
"rgb(166, 206, 227)",
["pond_excavation"],
"rgb(18, 141, 218)",
["scat"],
"rgb(85, 56, 43)",
["scent_mound"],
"rgb(255, 127, 0)",
["set_of_tracks"],
"rgb(40, 40, 40)",
["skid_trail"],
"rgb(255, 241, 107)",
["slide"],
"rgb(179, 200, 85)",
["other"],
"rgb(152, 125, 185)",
"rgba(0, 0, 0, 0)"
],
"circle-stroke-width": [
"match",
["get", "Type"],
[
"canal",
"pond_excavation",
"scat",
"scent_mound",
"set_of_tracks",
"slide",
"skid_trail",
"other"
],
0.75,
0
]
}
}
]
}
41 changes: 41 additions & 0 deletions Symbology/web/RiverscapesStudio/complexes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/web/vector.schema.json",
"legend": [
["rgb(255, 0, 0)", "Structure Complex Extents"]


],
"layerStyles": [
{
"id": "complexes-60hgco",
"type": "fill",
"source": "composite",
"source-layer": "complexes-60hgco",
"layout": {},
"paint": {
"fill-outline-color": [
"interpolate",
["linear"],
["zoom"],
0,
"rgba(255, 255, 255, 0.25)",
22,
"rgba(255, 255, 255, 0.25)"
],
"fill-color": "rgba(201, 221, 226, 0.25)"
}
},
{
"id": "complexes-60hgco (1)",
"type": "line",
"source": "composite",
"source-layer": "complexes-60hgco",
"layout": {},
"paint": {
"line-color": "rgb(255, 0, 0)",
"line-width": 1.5,
"line-dasharray": [4, 2]
}
}
]
}
87 changes: 87 additions & 0 deletions Symbology/web/RiverscapesStudio/observation_lines.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/web/vector.schema.json",
"legend": [
["rgb(255, 255, 255)", "Caution"],
["rgb(241, 163, 64)", "Logistics"],
["rgb(17, 206, 209)", "Riverscape Feature"],
["rgb(120, 63, 4)", "Road"],
["rgb(0, 0, 0)", "Other"]


],
"layerStyles": [
{
"id": "observation-line-design-cb87fb",
"type": "line",
"source": "composite",
"source-layer": "Observation_line_design-cb87fb",
"paint": {
"line-color": [
"match",
["get", "Observation Type"],
["Logistics"],
"rgb(241, 163, 64)",
["Riverscape Feature"],
"rgb(17, 206, 209)",
["Other"],
"rgb(0, 0, 0)",
"rgba(214, 181, 61, 0)"
],
"line-width": 1.5
}
},
{
"id": "observation-line-design-cb87fb (2)",
"type": "line",
"source": "composite",
"source-layer": "Observation_line_design-cb87fb",
"slot": "",
"layout": {},
"paint": {
"line-color": [
"match",
["get", "Observation Type"],
["Caution"],
"rgb(255, 255, 255)",
"rgba(0, 0, 0, 0)"
],
"line-width": 2
}
},
{
"id": "observation-line-design-cb87fb (1)",
"type": "line",
"source": "composite",
"source-layer": "Observation_line_design-cb87fb",
"layout": {},
"paint": {
"line-color": [
"match",
["get", "Observation Type"],
["Caution"],
"rgb(215, 25, 28)",
"rgba(215, 25, 28, 0)"
],
"line-dasharray": [2, 1]
}
},
{
"id": "observation-line-design-cb87fb (3)",
"type": "line",
"source": "composite",
"source-layer": "Observation_line_design-cb87fb",
"layout": {},
"paint": {
"line-color": [
"match",
["get", "Observation Type"],
["Road"],
"rgb(120, 63, 4)",
"rgba(0, 0, 0, 0)"
],
"line-width": 1.75,
"line-dasharray": [4, 4]
}
}
]
}
49 changes: 49 additions & 0 deletions Symbology/web/RiverscapesStudio/observation_polygons.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/web/vector.schema.json",
"legend": [
["rgb(178, 223, 139)", "Building Materials"],
["rgb(215, 25, 28)", "Caution"],
["rgb(154, 154, 154)", "Infrastructure"],
["rgb(241, 163, 64)", "Logistics"],
["rgb(0, 0, 0)", "Other"]


],
"layerStyles": [
{
"id": "observation-polygon-design-a9fo4k",
"type": "fill",
"source": "composite",
"source-layer": "Observation_polygon_design-a9fo4k",
"layout": {},
"paint": {
"fill-outline-color": [
"match",
["get", "Observation Type"],
["Building Materials"],
"rgb(178, 223, 139)",
["Caution"],
"rgb(255, 255, 255)",
["Infrastructure", "Other"],
"rgb(0, 0, 0)",
["Logistics"],
"rgb(241, 163, 64)",
"rgba(0, 0, 0, 0)"
],
"fill-color": [
"match",
["get", "Observation Type"],
["Building Materials"],
"rgba(178, 223, 139, 0.59)",
["Caution"],
"rgba(215, 25, 28, 0.59)",
["Infrastructure"],
"rgb(154, 154, 154)",
["Logistics"],
"rgba(241, 163, 64, 0.59)",
"rgba(0, 0, 0, 0.59)"
]
}
}
]
}
31 changes: 31 additions & 0 deletions Symbology/web/RiverscapesStudio/risk_potential_lines.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/web/vector.schema.json",
"legend": [
["rgb(192, 0, 0)", "High"],
["rgb(0, 176, 80)", "Low"],
["rgb(255, 255, 0)", "Medium"],
["rgb(237, 27, 191)", "other"]
],
"layerStyles": [
{
"id": "risklines-792yxw",
"type": "line",
"source": "composite",
"source-layer": "RiskLines-792yxw",
"paint": {
"line-color": [
"match",
["get", "Risk"],
["High"],
"rgb(192, 0, 0)",
["Low"],
"rgb(0, 176, 80)",
["Medium"],
"rgb(255, 255, 0)",
"rgb(237, 27, 191)"
],
"line-width": 2.5
}
}
]
}
Loading

0 comments on commit c6aa803

Please sign in to comment.