forked from MapComplete/MapComplete
Chore: whitespace in layers and themes
This commit is contained in:
parent
3a69157d10
commit
2aacc0df6b
4 changed files with 12 additions and 9 deletions
|
@ -201,7 +201,6 @@
|
||||||
"cs": "Má tento psí park samostatný oplocený areál pro malé psy a štěňata?"
|
"cs": "Má tento psí park samostatný oplocený areál pro malé psy a štěňata?"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"id": "dogarea",
|
"id": "dogarea",
|
||||||
"render": {
|
"render": {
|
||||||
|
@ -215,6 +214,5 @@
|
||||||
},
|
},
|
||||||
"condition": "_surface:ha!=0"
|
"condition": "_surface:ha!=0"
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -222,11 +222,14 @@
|
||||||
"natural=tree"
|
"natural=tree"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{"if": "historic=tomb",
|
{
|
||||||
|
"if": "historic=tomb",
|
||||||
"then": {
|
"then": {
|
||||||
"en": "This is a gravestone; the person is buried here"
|
"en": "This is a gravestone; the person is buried here"
|
||||||
},
|
},
|
||||||
"addExtraTags": ["memorial="]
|
"addExtraTags": [
|
||||||
|
"memorial="
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"render": {
|
"render": {
|
||||||
|
|
|
@ -162,14 +162,16 @@
|
||||||
"minzoom": 11,
|
"minzoom": 11,
|
||||||
"source": {
|
"source": {
|
||||||
"osmTags": {
|
"osmTags": {
|
||||||
"and+": ["vending~.*bicycle.*"]
|
"and+": [
|
||||||
|
"vending~.*bicycle.*"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"=presets": []
|
"=presets": []
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{"#": "All vending machines at high zoom level to avoid duplicates",
|
{
|
||||||
|
"#": "All vending machines at high zoom level to avoid duplicates",
|
||||||
"builtin": "vending_machine",
|
"builtin": "vending_machine",
|
||||||
"override": {
|
"override": {
|
||||||
"name": null,
|
"name": null,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue