forked from MapComplete/MapComplete
Add ATMS in banks
This commit is contained in:
parent
cfd47ec30c
commit
f0d89945f6
1 changed files with 22 additions and 3 deletions
|
@ -32,7 +32,14 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"source": {
|
"source": {
|
||||||
"osmTags": "amenity=atm"
|
"osmTags": {
|
||||||
|
"or": [
|
||||||
|
"amenity=atm",
|
||||||
|
{
|
||||||
|
"and": ["amenity=bank","atm=yes"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"minzoom": 13,
|
"minzoom": 13,
|
||||||
"presets": [
|
"presets": [
|
||||||
|
@ -49,6 +56,12 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"tagRenderings": [
|
"tagRenderings": [
|
||||||
|
{
|
||||||
|
"condition": "amenity=bank",
|
||||||
|
"render": {
|
||||||
|
"en": "This ATM is located in or near a bank"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "name",
|
"id": "name",
|
||||||
"render": {
|
"render": {
|
||||||
|
@ -86,6 +99,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "operator",
|
"id": "operator",
|
||||||
|
"condition": "amenity!=bank",
|
||||||
"question": {
|
"question": {
|
||||||
"en": "What company operates this ATM?",
|
"en": "What company operates this ATM?",
|
||||||
"de": "Welches Unternehmen betreibt den Geldautomaten?",
|
"de": "Welches Unternehmen betreibt den Geldautomaten?",
|
||||||
|
@ -109,7 +123,12 @@
|
||||||
"nl": "Deze geldautomaat wordt beheerd door {operator}"
|
"nl": "Deze geldautomaat wordt beheerd door {operator}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"opening_hours"
|
{
|
||||||
|
"builtin": "opening_hours",
|
||||||
|
"override": {
|
||||||
|
"condition": "amenity!=bank"
|
||||||
|
}
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"mapRendering": [
|
"mapRendering": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue