mapcomplete/assets/layers/atm/atm.json
Robin van der Linde 53fe70a677
Add ATMs
2022-11-25 23:18:12 +01:00

96 lines
No EOL
1.6 KiB
JSON

{
"id": "atm",
"name": {
"en": "ATMs"
},
"description": {
"en": "ATMS to withdraw money"
},
"title": {
"render": {
"en": "ATM"
},
"mappings": [
{
"if": "brand~*",
"then": {
"en": "{brand} ATM"
}
}
]
},
"source": {
"osmTags": "amenity=atm"
},
"minzoom": 13,
"presets": [
{
"tags": [
"amenity=atm"
],
"title": {
"en": "an ATM"
}
}
],
"tagRenderings": [
{
"id": "name",
"question": {
"en": "What is the name of this ATM?"
},
"freeform": {
"key": "name",
"type": "string",
"placeholder": {
"en": "Name of the ATM"
}
},
"render": {
"en": "The name of this ATM is {name}"
}
},
{
"id": "brand",
"question": {
"en": "What brand is this ATM?"
},
"freeform": {
"key": "brand",
"type": "string",
"placeholder": {
"en": "Brand name"
}
},
"render": {
"en": "The brand of this ATM is {brand}"
}
},
{
"id": "operator",
"question": {
"en": "What company operates this ATM?"
},
"freeform": {
"key": "operator",
"type": "string",
"placeholder": {
"en": "Operator"
}
},
"render": {
"en": "The ATM is operated by {operator}"
}
},
"opening_hours"
],
"mapRendering": [
{
"icon": "circle:white;./assets/layers/atm/atm.svg",
"location": [
"point",
"centroid"
]
}
]
}