From 2fa8faa735f27f34dcbfc31bfd6a9fc758416d94 Mon Sep 17 00:00:00 2001 From: Matt Reimer Date: Fri, 8 Nov 2024 14:13:10 -0800 Subject: [PATCH] adding placeholder web symbology for nz --- Symbology/web/NZNational/catchment_wings.json | 27 +++++++++++++++++++ .../web/NZNational/hydro_net_junctions.json | 27 +++++++++++++++++++ Symbology/web/NZNational/hydrography.json | 27 +++++++++++++++++++ 3 files changed, 81 insertions(+) create mode 100644 Symbology/web/NZNational/catchment_wings.json create mode 100644 Symbology/web/NZNational/hydro_net_junctions.json create mode 100644 Symbology/web/NZNational/hydrography.json diff --git a/Symbology/web/NZNational/catchment_wings.json b/Symbology/web/NZNational/catchment_wings.json new file mode 100644 index 00000000..eae8e793 --- /dev/null +++ b/Symbology/web/NZNational/catchment_wings.json @@ -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 + } + } + ] +} \ No newline at end of file diff --git a/Symbology/web/NZNational/hydro_net_junctions.json b/Symbology/web/NZNational/hydro_net_junctions.json new file mode 100644 index 00000000..685db881 --- /dev/null +++ b/Symbology/web/NZNational/hydro_net_junctions.json @@ -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 + } + } + ] +} \ No newline at end of file diff --git a/Symbology/web/NZNational/hydrography.json b/Symbology/web/NZNational/hydrography.json new file mode 100644 index 00000000..38581b1c --- /dev/null +++ b/Symbology/web/NZNational/hydrography.json @@ -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 + } + } + ] +} \ No newline at end of file