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,
1.5 1.5
], ],
"line-color": "rgba(159, 183, 148, 1)", "line-color": "rgba(228, 241, 215, 1)",
"line-opacity": 1 "line-opacity": 1
}, },
"layout": {} "layout": {}
@ -92,6 +92,7 @@
"metadata": {}, "metadata": {},
"source": "openmaptiles", "source": "openmaptiles",
"source-layer": "landuse", "source-layer": "landuse",
"maxzoom": 8,
"filter": [ "filter": [
"==", "==",
"class", "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", "id": "landcover_grass",
"type": "fill", "type": "fill",
@ -132,7 +153,8 @@
], ],
"paint": { "paint": {
"fill-antialias": false, "fill-antialias": false,
"fill-color": "hsla(98, 61%, 72%, 0.7)" "fill-color": "rgba(176, 213, 154, 1)",
"fill-opacity": 0.3
} }
}, },
{ {