Small tweaks to the postboxes theme
This commit is contained in:
parent
aa7a581faa
commit
92bbfa2279
1 changed files with 14 additions and 6 deletions
|
@ -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": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue