diff --git a/src/assets/swisstopo.json b/src/assets/swisstopo.json index dae0d1f..f433bc0 100644 --- a/src/assets/swisstopo.json +++ b/src/assets/swisstopo.json @@ -1316,6 +1316,38 @@ ] } }, + { + "id": "summits_az", + "type": "fill", + "metadata": { + "sotlas-map-option": "az" + }, + "source": "az", + "source-layer": "az", + "layout": {"visibility": "none"}, + "minzoom": 12, + "paint": { + "fill-antialias": false, + "fill-color": "rgba(255, 255, 0, 1)", + "fill-opacity": {"stops": [[12, 0], [12.5, 0.5]]} + } + }, + { + "id": "summits_az_border", + "type": "line", + "metadata": { + "sotlas-map-option": "az" + }, + "source": "az", + "source-layer": "az", + "layout": {"visibility": "none"}, + "minzoom": 12, + "paint": { + "line-color": "rgba(235, 196, 0, 1)", + "line-opacity": {"stops": [[12, 0], [12.5, 0.5]]}, + "line-width": {"stops": [[12, 1], [16, 3]]} + } + }, { "id": "tunnel_public_transport", "type": "line", @@ -5720,38 +5752,6 @@ } }, - { - "id": "summits_az", - "type": "fill", - "metadata": { - "sotlas-map-option": "az" - }, - "source": "az", - "source-layer": "az", - "layout": {"visibility": "none"}, - "minzoom": 12, - "paint": { - "fill-antialias": false, - "fill-color": "rgba(255, 255, 0, 1)", - "fill-opacity": {"stops": [[12, 0], [12.5, 0.5]]} - } - }, - { - "id": "summits_az_border", - "type": "line", - "metadata": { - "sotlas-map-option": "az" - }, - "source": "az", - "source-layer": "az", - "layout": {"visibility": "none"}, - "minzoom": 12, - "paint": { - "line-color": "rgba(235, 196, 0, 1)", - "line-opacity": {"stops": [[12, 0], [12.5, 0.5]]}, - "line-width": {"stops": [[12, 1], [16, 3]]} - } - }, { "id": "summits_selected", "type": "circle", diff --git a/src/assets/swisstopo_raster.json b/src/assets/swisstopo_raster.json index 8215487..33b0999 100644 --- a/src/assets/swisstopo_raster.json +++ b/src/assets/swisstopo_raster.json @@ -126,6 +126,38 @@ "raster-resampling": "linear" } }, + { + "id": "summits_az", + "type": "fill", + "metadata": { + "sotlas-map-option": "az" + }, + "source": "az", + "source-layer": "az", + "layout": {"visibility": "none"}, + "minzoom": 12, + "paint": { + "fill-antialias": false, + "fill-color": "rgba(255, 255, 0, 1)", + "fill-opacity": {"stops": [[12, 0], [12.5, 0.5]]} + } + }, + { + "id": "summits_az_border", + "type": "line", + "metadata": { + "sotlas-map-option": "az" + }, + "source": "az", + "source-layer": "az", + "layout": {"visibility": "none"}, + "minzoom": 12, + "paint": { + "line-color": "rgba(235, 196, 0, 1)", + "line-opacity": {"stops": [[12, 0], [12.5, 0.5]]}, + "line-width": {"stops": [[12, 1], [16, 3]]} + } + }, { "id": "slope_classes", "type": "raster", @@ -178,38 +210,6 @@ "raster-resampling": "linear" } }, - { - "id": "summits_az", - "type": "fill", - "metadata": { - "sotlas-map-option": "az" - }, - "source": "az", - "source-layer": "az", - "layout": {"visibility": "none"}, - "minzoom": 12, - "paint": { - "fill-antialias": false, - "fill-color": "rgba(255, 255, 0, 1)", - "fill-opacity": {"stops": [[12, 0], [12.5, 0.5]]} - } - }, - { - "id": "summits_az_border", - "type": "line", - "metadata": { - "sotlas-map-option": "az" - }, - "source": "az", - "source-layer": "az", - "layout": {"visibility": "none"}, - "minzoom": 12, - "paint": { - "line-color": "rgba(235, 196, 0, 1)", - "line-opacity": {"stops": [[12, 0], [12.5, 0.5]]}, - "line-width": {"stops": [[12, 1], [16, 3]]} - } - }, { "id": "summits_selected", "type": "circle",