Styling landcover=farmland
This commit is contained in:
parent
eb04537a67
commit
8fe3b2f4c9
14
style.json
14
style.json
@ -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",
|
"id": "landcover_wood",
|
||||||
"type": "fill",
|
"type": "fill",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user