Add walls_and_buildings layer

This commit is contained in:
pietervdvn 2021-12-03 02:27:28 +01:00
parent e21f7f4dee
commit 5f3c8dd1b4

View file

@ -0,0 +1,33 @@
{
"id": "walls_and_buildings",
"minzoom": 18,
"title": {
"render": {
"en": "Wall or building"
}
},
"description": {
"en": "Special builtin layer providing all walls and buildings. This layer is useful in presets for objects which can be placed against walls (e.g. AEDs, postboxes, entrances, addresses, surveillance cameras, ...). This layer is invisible by default and not toggleable by the user."
},
"source": {
"osmTags": {
"or": [
"barrier=wall",
"building~*"
]
}
},
"passAllFeatures": true,
"shownByDefault": false,
"mapRendering": [
{
"color": {
"render": "#333"
},
"fill": "no",
"width": {
"render": "5"
}
}
]
}