Add layer landcover = sand

This commit is contained in:
pathmapper 2018-11-22 07:04:26 +01:00 committed by GitHub
parent 4fbb8b6cb2
commit 4eca50ed61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -273,6 +273,15 @@
"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(245, 238, 188, 1)"}
},
{
"id": "aeroway_fill",
"type": "fill",