Small tweaks to the postboxes theme

This commit is contained in:
Pieter Vander Vennet 2021-10-11 22:55:11 +02:00
parent aa7a581faa
commit 92bbfa2279

View file

@ -19,16 +19,16 @@
"startLon": 9.9937, "startLon": 9.9937,
"startZoom": 13, "startZoom": 13,
"widenFactor": 1.0, "widenFactor": 1.0,
"socialImage": "", "defaultBackgroundId": "CartoDB.Voyager",
"clustering": { "clustering": {
"minNeededFeatures": 100, "maxZoom": 14,
"maxZoom": 14 "minNeededObjects": 100
}, },
"layers": [ "layers": [
{ {
"id": "postboxes", "id": "postboxes",
"name": { "name": {
"en": "Postbox" "en": "Postboxes"
}, },
"minzoom": 12, "minzoom": 12,
"source": { "source": {
@ -71,12 +71,20 @@
} }
} }
], ],
"wayHandling": 2 "wayHandling": 2,
"deletion": {
"softDeletion": {
"and": [
"amenity=",
"razed:amenity=post_box"
]
}
}
}, },
{ {
"id": "postoffices", "id": "postoffices",
"name": { "name": {
"en": "A layer containing post offices" "en": "Post offices"
}, },
"minzoom": 12, "minzoom": 12,
"source": { "source": {