Skip to content

Commit

Permalink
adding placeholder web symbology for nz
Browse files Browse the repository at this point in the history
  • Loading branch information
MattReimer committed Nov 8, 2024
1 parent aa19b8b commit 2fa8faa
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Symbology/web/NZNational/catchment_wings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/web/vector.schema.json",
"legend": [
["hsl(100, 100%, 50%)", "Active"],
["hsl(0, 100%, 50%)", "Inactive"]
],
"layerStyles": [
{
"id": "catchment_wings",
"type": "line",
"source": "composite",
"source-layer": "catchment_wings",
"paint": {
"line-color": [
"match",
["get", "crest_type"],
["active"],
"hsl(100, 100%, 50%)",
["inactive"],
"hsl(0, 100%, 50%)",
"#000000"
],
"line-width": 3
}
}
]
}
27 changes: 27 additions & 0 deletions Symbology/web/NZNational/hydro_net_junctions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/web/vector.schema.json",
"legend": [
["hsl(100, 100%, 50%)", "Active"],
["hsl(0, 100%, 50%)", "Inactive"]
],
"layerStyles": [
{
"id": "hydro_net_junctions",
"type": "line",
"source": "composite",
"source-layer": "hydro_net_junctions",
"paint": {
"line-color": [
"match",
["get", "StreamOrde"],
["active"],
"hsl(100, 100%, 50%)",
["inactive"],
"hsl(0, 100%, 50%)",
"#000000"
],
"line-width": 3
}
}
]
}
27 changes: 27 additions & 0 deletions Symbology/web/NZNational/hydrography.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$schema": "https://xml.riverscapes.net/Symbology/web/vector.schema.json",
"legend": [
["hsl(100, 100%, 50%)", "Active"],
["hsl(0, 100%, 50%)", "Inactive"]
],
"layerStyles": [
{
"id": "nzhydrography",
"type": "line",
"source": "composite",
"source-layer": "nzhydrography",
"paint": {
"line-color": [
"match",
["get", "StreamOrde"],
["active"],
"hsl(100, 100%, 50%)",
["inactive"],
"hsl(0, 100%, 50%)",
"#000000"
],
"line-width": 3
}
}
]
}

0 comments on commit 2fa8faa

Please sign in to comment.