From 70d5f655cab456642a6f7073f6a4de9fdd3783bc Mon Sep 17 00:00:00 2001 From: Manuel Kasper Date: Thu, 29 Sep 2022 19:54:54 +0200 Subject: [PATCH] Change AZ color again --- src/assets/swisstopo.json | 4 ++-- src/assets/swisstopo_aerial.json | 4 ++-- src/assets/swisstopo_raster.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/assets/swisstopo.json b/src/assets/swisstopo.json index 8b85802..9a4c30d 100644 --- a/src/assets/swisstopo.json +++ b/src/assets/swisstopo.json @@ -2160,7 +2160,7 @@ "minzoom": 12, "paint": { "fill-antialias": false, - "fill-color": "rgba(50, 0, 255, 0.4)", + "fill-color": "rgba(50, 255, 0, 0.4)", "fill-opacity": {"stops": [[12, 0], [12.5, 0.5]]} } }, @@ -2175,7 +2175,7 @@ "layout": {"visibility": "none"}, "minzoom": 12, "paint": { - "line-color": "rgba(50, 0, 255, 1)", + "line-color": "rgba(50, 150, 0, 1)", "line-opacity": {"stops": [[12, 0], [12.5, 0.5]]}, "line-width": {"stops": [[12, 1], [16, 2]]}, "line-dasharray": [1,1] diff --git a/src/assets/swisstopo_aerial.json b/src/assets/swisstopo_aerial.json index 717a021..f9ecfc9 100644 --- a/src/assets/swisstopo_aerial.json +++ b/src/assets/swisstopo_aerial.json @@ -146,7 +146,7 @@ "minzoom": 12, "paint": { "fill-antialias": false, - "fill-color": "rgba(50, 0, 255, 0.4)", + "fill-color": "rgba(50, 255, 0, 0.4)", "fill-opacity": {"stops": [[12, 0], [12.5, 0.5]]} } }, @@ -161,7 +161,7 @@ "layout": {"visibility": "none"}, "minzoom": 12, "paint": { - "line-color": "rgba(50, 0, 255, 1)", + "line-color": "rgba(50, 150, 0, 1)", "line-opacity": {"stops": [[12, 0], [12.5, 0.5]]}, "line-width": {"stops": [[12, 1], [16, 2]]}, "line-dasharray": [1,1] diff --git a/src/assets/swisstopo_raster.json b/src/assets/swisstopo_raster.json index ee4f7ea..392af3b 100644 --- a/src/assets/swisstopo_raster.json +++ b/src/assets/swisstopo_raster.json @@ -146,7 +146,7 @@ "minzoom": 12, "paint": { "fill-antialias": false, - "fill-color": "rgba(50, 0, 255, 0.4)", + "fill-color": "rgba(50, 255, 0, 0.4)", "fill-opacity": {"stops": [[12, 0], [12.5, 0.5]]} } }, @@ -161,7 +161,7 @@ "layout": {"visibility": "none"}, "minzoom": 12, "paint": { - "line-color": "rgba(50, 0, 255, 1)", + "line-color": "rgba(50, 150, 0, 1)", "line-opacity": {"stops": [[12, 0], [12.5, 0.5]]}, "line-width": {"stops": [[12, 1], [16, 2]]}, "line-dasharray": [1,1]