kopia lustrzana https://github.com/manuelkasper/sotlas-frontend
Move AZ layer down in Z order
rodzic
429f2e5c48
commit
03c1c23a7d
|
@ -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",
|
"id": "tunnel_public_transport",
|
||||||
"type": "line",
|
"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",
|
"id": "summits_selected",
|
||||||
"type": "circle",
|
"type": "circle",
|
||||||
|
|
|
@ -126,6 +126,38 @@
|
||||||
"raster-resampling": "linear"
|
"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",
|
"id": "slope_classes",
|
||||||
"type": "raster",
|
"type": "raster",
|
||||||
|
@ -178,38 +210,6 @@
|
||||||
"raster-resampling": "linear"
|
"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",
|
"id": "summits_selected",
|
||||||
"type": "circle",
|
"type": "circle",
|
||||||
|
|
Ładowanie…
Reference in New Issue