mapcomplete/assets/layers/atm/atm.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

123 lines
2.9 KiB
JSON
Raw Normal View History

2022-11-25 23:18:12 +01:00
{
"id": "atm",
"name": {
2022-12-20 20:42:32 +01:00
"en": "ATMs",
"de": "Geldautomaten",
"fr": "DABs",
"nl": "Geldautomaten"
2022-11-25 23:18:12 +01:00
},
"description": {
2022-12-20 20:42:32 +01:00
"en": "ATMS to withdraw money",
"de": "Geldautomaten zum Geld abheben",
"fr": "DAB pour retirer de l'argent",
"nl": "Geldautomaten om geld op te nemen"
2022-11-25 23:18:12 +01:00
},
"title": {
"render": {
2022-12-20 20:42:32 +01:00
"en": "ATM",
"de": "Geldautomat",
"fr": "DAB",
"nl": "Geldautomaat"
2022-11-25 23:18:12 +01:00
},
"mappings": [
{
"if": "brand~*",
"then": {
2022-12-20 20:42:32 +01:00
"en": "{brand} ATM",
"de": "{brand} Geldautomat",
"fr": "DAB {brand}",
"nl": "{brand} Geldautomaat"
2022-11-25 23:18:12 +01:00
}
}
]
},
"source": {
"osmTags": "amenity=atm"
},
"minzoom": 13,
"presets": [
{
"tags": [
"amenity=atm"
],
"title": {
2022-12-20 20:42:32 +01:00
"en": "an ATM",
"de": "ein Geldautomat",
"fr": "un DAB",
"nl": "een geldautomaat"
2022-11-25 23:18:12 +01:00
}
}
],
"tagRenderings": [
{
"id": "name",
"render": {
2022-12-20 20:42:32 +01:00
"en": "The name of this ATM is {name}",
"de": "Der Name dieses Geldautomaten ist {name}",
"fr": "Le nom de ce DAB est {name}",
"nl": "De naam van deze geldautomaat is {name}"
2022-12-16 13:34:46 +01:00
},
"condition": "name~*"
2022-11-25 23:18:12 +01:00
},
{
"id": "brand",
"question": {
2022-12-20 20:42:32 +01:00
"en": "What brand is this ATM?",
"de": "Von welcher Marke ist dieser Geldautomat?",
"fr": "De quelle marque est ce DAB ?",
"nl": "Van welk merk is deze geldautomaat?"
2022-11-25 23:18:12 +01:00
},
"freeform": {
"key": "brand",
"type": "string",
"placeholder": {
2022-12-20 20:42:32 +01:00
"en": "Brand name",
"de": "Markenname",
"fr": "Nom de marque",
"nl": "Merknaam"
2022-11-25 23:18:12 +01:00
}
},
"render": {
2022-12-20 20:42:32 +01:00
"en": "The brand of this ATM is {brand}",
"de": "Die Marke dieses Geldautomaten ist {brand}",
"fr": "La marque de ce DAB est {brand}",
"nl": "Het merk van deze geldautomaat is {brand}"
2022-11-25 23:18:12 +01:00
}
},
{
"id": "operator",
"question": {
2022-12-20 20:42:32 +01:00
"en": "What company operates this ATM?",
"de": "Welches Unternehmen betreibt den Geldautomaten?",
"fr": "Quelle société exploite ce DAB ?",
"nl": "Welk bedrijf beheert deze geldautomaat?"
2022-11-25 23:18:12 +01:00
},
"freeform": {
"key": "operator",
"type": "string",
"placeholder": {
2022-12-20 20:42:32 +01:00
"en": "Operator",
"de": "Betreiber",
"fr": "Opérateur",
"nl": "Beheerder"
2022-11-25 23:18:12 +01:00
}
},
"render": {
2022-12-20 20:42:32 +01:00
"en": "The ATM is operated by {operator}",
"de": "Der Geldautomat wird von {operator} betrieben",
"fr": "Ce DAB est exploité par {operator}",
"nl": "Deze geldautomaat wordt beheerd door {operator}"
2022-11-25 23:18:12 +01:00
}
},
"opening_hours"
],
"mapRendering": [
{
"icon": "circle:white;./assets/layers/atm/atm.svg",
"location": [
"point",
"centroid"
]
}
]
2022-12-16 13:44:25 +01:00
}