Merge pull request #46 from maputnik/landcover_sand
Add layer landcover = sand
This commit is contained in:
commit
6e9f326ca3
@ -273,6 +273,15 @@
|
|||||||
"fill-color": "rgb(158,189,255)"
|
"fill-color": "rgb(158,189,255)"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "landcover_sand",
|
||||||
|
"type": "fill",
|
||||||
|
"metadata": {},
|
||||||
|
"source": "openmaptiles",
|
||||||
|
"source-layer": "landcover",
|
||||||
|
"filter": ["all", ["==", "class", "sand"]],
|
||||||
|
"paint": {"fill-color": "rgba(247, 239, 195, 1)"}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "aeroway_fill",
|
"id": "aeroway_fill",
|
||||||
"type": "fill",
|
"type": "fill",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user