forked from MapComplete/MapComplete
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,
|
||||
"startZoom": 13,
|
||||
"widenFactor": 1.0,
|
||||
"socialImage": "",
|
||||
"defaultBackgroundId": "CartoDB.Voyager",
|
||||
"clustering": {
|
||||
"minNeededFeatures": 100,
|
||||
"maxZoom": 14
|
||||
"maxZoom": 14,
|
||||
"minNeededObjects": 100
|
||||
},
|
||||
"layers": [
|
||||
{
|
||||
"id": "postboxes",
|
||||
"name": {
|
||||
"en": "Postbox"
|
||||
"en": "Postboxes"
|
||||
},
|
||||
"minzoom": 12,
|
||||
"source": {
|
||||
|
@ -71,12 +71,20 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"wayHandling": 2
|
||||
"wayHandling": 2,
|
||||
"deletion": {
|
||||
"softDeletion": {
|
||||
"and": [
|
||||
"amenity=",
|
||||
"razed:amenity=post_box"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "postoffices",
|
||||
"name": {
|
||||
"en": "A layer containing post offices"
|
||||
"en": "Post offices"
|
||||
},
|
||||
"minzoom": 12,
|
||||
"source": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue