Change AZ color so as not to clash with slope classes

pull/12/merge
Manuel Kasper 2022-09-24 11:10:47 +02:00
rodzic dafa17c181
commit 2a1a0cf4fd
4 zmienionych plików z 15 dodań i 12 usunięć

6
.env
Wyświetl plik

@ -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"

Wyświetl plik

@ -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]
}
},
{

Wyświetl plik

@ -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]
}
},
{

Wyświetl plik

@ -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]
}
},
{