Styling landcover=farmland

This commit is contained in:
Jan-Philipp Benecke 2020-05-23 11:47:22 +02:00
parent eb04537a67
commit 8fe3b2f4c9
No known key found for this signature in database
GPG Key ID: 60E71CF4F1EB4383

View File

@ -72,6 +72,20 @@
}
}
},
{
"id": "landcover_farmland",
"type": "fill",
"source": "openmaptiles",
"source-layer": "landcover",
"filter": [
"all",
["==", "class", "farmland"]
],
"paint": {
"fill-color": "rgba(222, 216, 186, 0.66)"
},
"minzoom": 0
},
{
"id": "landcover_wood",
"type": "fill",