This commit is contained in:
Lukas Martinelli 2017-01-10 16:35:34 +01:00
parent 5cbfa71f24
commit b25c133be9

View File

@ -81,7 +81,7 @@
1,
1.5
],
"line-color": "rgba(159, 183, 148, 1)",
"line-color": "rgba(228, 241, 215, 1)",
"line-opacity": 1
},
"layout": {}
@ -92,6 +92,7 @@
"metadata": {},
"source": "openmaptiles",
"source-layer": "landuse",
"maxzoom": 8,
"filter": [
"==",
"class",
@ -116,6 +117,26 @@
}
}
},
{
"id": "landcover_wood",
"type": "fill",
"metadata": {},
"source": "openmaptiles",
"source-layer": "landcover",
"filter": [
"all",
[
"==",
"class",
"wood"
]
],
"paint": {
"fill-antialias": false,
"fill-color": "hsla(98, 61%, 72%, 0.7)",
"fill-opacity": 0.4
}
},
{
"id": "landcover_grass",
"type": "fill",
@ -132,7 +153,8 @@
],
"paint": {
"fill-antialias": false,
"fill-color": "hsla(98, 61%, 72%, 0.7)"
"fill-color": "rgba(176, 213, 154, 1)",
"fill-opacity": 0.3
}
},
{