From e7340725daed05af8ad02e9199653cd3da928f82 Mon Sep 17 00:00:00 2001 From: Dominqiue Shore Date: Tue, 5 Dec 2023 17:11:10 -0700 Subject: [PATCH] copied old condition .jsons and named _v2 --- Symbology/web/RCAT/condition_igo_v2.json | 61 ++++++++++++++++++++++++ Symbology/web/RCAT/condition_v2.json | 46 ++++++++++++++++++ 2 files changed, 107 insertions(+) create mode 100644 Symbology/web/RCAT/condition_igo_v2.json create mode 100644 Symbology/web/RCAT/condition_v2.json diff --git a/Symbology/web/RCAT/condition_igo_v2.json b/Symbology/web/RCAT/condition_igo_v2.json new file mode 100644 index 00000000..b8afccec --- /dev/null +++ b/Symbology/web/RCAT/condition_igo_v2.json @@ -0,0 +1,61 @@ +{ + "$schema": "https://xml.riverscapes.xyz/Symbology/web/vector.schema.json", + "legend": [ + ["hsl(0, 100%, 48%)", "Very Poor < 0.20"], + ["hsl(40, 100%, 50%)", "Poor 0.2 - 0.4"], + ["hsl(55, 100%, 50%)", "Moderate 0.4 - 0.65"], + ["hsl(80, 100%, 45%)", "Good 0.65 - 0.85"], + ["hsl(100, 100%, 33%)", "Intact > 0.85"] + ], + "layerStyles": [ + { + "id": "igo-6dm17v", + "type": "circle", + "source": "composite", + "source-layer": "IGO-6dm17v", + "layout": {}, + "paint": { + "circle-color": [ + "interpolate", + ["linear"], + ["get", "Condition"], + 0.00, + "hsl(0, 100%, 48%)", + 0.2, + "hsl(0, 100%, 48%)", + 0.20001, + "hsl(40, 100%, 50%)", + 0.4, + "hsl(40, 100%, 50%)", + 0.40001, + "hsl(55, 100%, 50%)", + 0.65, + "hsl(55, 100%, 50%)", + 0.650001, + "hsl(80, 100%, 45%)", + 0.85, + "hsl(80, 100%, 45%)", + 0.850001, + "hsl(100, 100%, 33%)", + 1.00, + "hsl(100, 100%, 33%)" + ], + "circle-radius": [ + "interpolate", + ["linear"], + ["zoom"], + 10, + 1, + 11, + 2, + 13.55, + 3, + 15, + 4, + 22, + 5 + ] + } + } + ] +} \ No newline at end of file diff --git a/Symbology/web/RCAT/condition_v2.json b/Symbology/web/RCAT/condition_v2.json new file mode 100644 index 00000000..ed36a746 --- /dev/null +++ b/Symbology/web/RCAT/condition_v2.json @@ -0,0 +1,46 @@ +{ + "$schema": "https://xml.riverscapes.xyz/Symbology/web/vector.schema.json", + "legend": [ + ["hsl(0, 100%, 48%)", "Very Poor < 0.20"], + ["hsl(40, 100%, 50%)", "Poor 0.20 - 0.40"], + ["hsl(55, 100%, 50%)", "Moderate 0.40 - 0.65"], + ["hsl(80, 100%, 45%)", "Good 0.65 - 0.85"], + ["hsl(100, 100%, 33%)", "Intact > 0.85"] + ], + "layerStyles": [ + { + "id": "condition-9o8khy", + "type": "line", + "source": "composite", + "source-layer": "condition-9o8khy", + "layout": {}, + "paint": { + "line-color": [ + "interpolate", + ["linear"], + ["get", "Condition"], + 0.0000, + "hsl(0, 100%, 48%)", + 0.2000, + "hsl(0, 100%, 48%)", + 0.20001, + "hsl(40, 100%, 50%)", + 0.4, + "hsl(40, 100%, 50%)", + 0.40001, + "hsl(55, 100%, 50%)", + 0.65, + "hsl(55, 100%, 50%)", + 0.650001, + "hsl(80, 100%, 45%)", + 0.85, + "hsl(80, 100%, 45%)", + 0.850001, + "hsl(100, 100%, 33%)", + 1.000, + "hsl(100, 100%, 33%)" + ] + } + } + ] +} \ No newline at end of file