Add styling for landcover, class==ice
This commit is contained in:
parent
d4e6b6c524
commit
c336edbcf7
14
style.json
14
style.json
@ -96,6 +96,20 @@
|
|||||||
"fill-opacity": 0.3
|
"fill-opacity": 0.3
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "landcover_ice",
|
||||||
|
"type": "fill",
|
||||||
|
"source": "openmaptiles",
|
||||||
|
"source-layer": "landcover",
|
||||||
|
"maxzoom": 24,
|
||||||
|
"filter": ["all", ["==", "class", "ice"]],
|
||||||
|
"layout": {"visibility": "visible"},
|
||||||
|
"paint": {
|
||||||
|
"fill-antialias": false,
|
||||||
|
"fill-color": "rgba(224, 236, 236, 1)",
|
||||||
|
"fill-opacity": 0.8
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "landuse_cemetery",
|
"id": "landuse_cemetery",
|
||||||
"type": "fill",
|
"type": "fill",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user