From 2a1a0cf4fd7b06d248c3131417a1b2a99dd37903 Mon Sep 17 00:00:00 2001 From: Manuel Kasper Date: Sat, 24 Sep 2022 11:10:47 +0200 Subject: [PATCH] Change AZ color so as not to clash with slope classes --- .env | 6 +++--- src/assets/swisstopo.json | 7 ++++--- src/assets/swisstopo_aerial.json | 7 ++++--- src/assets/swisstopo_raster.json | 7 ++++--- 4 files changed, 15 insertions(+), 12 deletions(-) diff --git a/.env b/.env index 27e4489..872f265 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ -VUE_APP_API_URL="https://api.sotl.as" -VUE_APP_WSS_URL="wss://api.sotl.as" +VUE_APP_API_URL="https://sotl.as/api" +VUE_APP_WSS_URL="wss://sotl.as/api" VUE_APP_PHOTOS_URL="https://photos.sotl.as" VUE_APP_PHOTOS_ORIGINAL_URL="https://sotlas-photos.s3.eu-central-003.backblazeb2.com/original" -VUE_APP_ELEVATION_API_URL="https://ele.sotl.as/api" +VUE_APP_ELEVATION_API_URL="https://elevation.sotl.as/api" diff --git a/src/assets/swisstopo.json b/src/assets/swisstopo.json index 32e86cf..ae6ad65 100644 --- a/src/assets/swisstopo.json +++ b/src/assets/swisstopo.json @@ -2160,7 +2160,7 @@ "minzoom": 12, "paint": { "fill-antialias": false, - "fill-color": "rgba(255, 255, 0, 1)", + "fill-color": "rgba(50, 0, 255, 0.3)", "fill-opacity": {"stops": [[12, 0], [12.5, 0.5]]} } }, @@ -2175,9 +2175,10 @@ "layout": {"visibility": "none"}, "minzoom": 12, "paint": { - "line-color": "rgba(235, 196, 0, 1)", + "line-color": "rgba(50, 0, 255, 1)", "line-opacity": {"stops": [[12, 0], [12.5, 0.5]]}, - "line-width": {"stops": [[12, 1], [16, 3]]} + "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 abe6f49..95468b4 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(255, 255, 0, 1)", + "fill-color": "rgba(50, 0, 255, 0.3)", "fill-opacity": {"stops": [[12, 0], [12.5, 0.5]]} } }, @@ -161,9 +161,10 @@ "layout": {"visibility": "none"}, "minzoom": 12, "paint": { - "line-color": "rgba(235, 196, 0, 1)", + "line-color": "rgba(50, 0, 255, 1)", "line-opacity": {"stops": [[12, 0], [12.5, 0.5]]}, - "line-width": {"stops": [[12, 1], [16, 3]]} + "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 2fa3aaa..aad3b60 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(255, 255, 0, 1)", + "fill-color": "rgba(50, 0, 255, 0.3)", "fill-opacity": {"stops": [[12, 0], [12.5, 0.5]]} } }, @@ -161,9 +161,10 @@ "layout": {"visibility": "none"}, "minzoom": 12, "paint": { - "line-color": "rgba(235, 196, 0, 1)", + "line-color": "rgba(50, 0, 255, 1)", "line-opacity": {"stops": [[12, 0], [12.5, 0.5]]}, - "line-width": {"stops": [[12, 1], [16, 3]]} + "line-width": {"stops": [[12, 1], [16, 2]]}, + "line-dasharray": [1,1] } }, {