Merge pull request #71 from kylebarron/landcover-ice

Add styling for landcover, class==ice
pull/75/head
pathmapper 4 years ago committed by GitHub
commit eb1fc68c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -96,6 +96,18 @@
"fill-opacity": 0.3
}
},
{
"id": "landcover_ice",
"type": "fill",
"source": "openmaptiles",
"source-layer": "landcover",
"filter": ["all", ["==", "class", "ice"]],
"paint": {
"fill-antialias": false,
"fill-color": "rgba(224, 236, 236, 1)",
"fill-opacity": 0.8
}
},
{
"id": "landuse_cemetery",
"type": "fill",

Loading…
Cancel
Save