mapcomplete/assets/themes/atm/atm.json

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

18 lines
376 B
JSON
Raw Normal View History

2022-12-15 20:44:23 +01:00
{
"id": "atm",
"title": {
2022-12-20 20:42:32 +01:00
"en": "ATM Machines",
"de": "Geldautomaten"
2022-12-15 20:44:23 +01:00
},
"description": {
2022-12-20 20:42:32 +01:00
"en": "This map shows ATMs to withdraw or deposit money",
"de": "Diese Karte zeigt Geldautomaten zum Abheben oder Einzahlen von Geld"
2022-12-15 20:44:23 +01:00
},
"icon": "./assets/themes/atm/logo.svg",
"startLat": 0,
"startLon": 0,
"startZoom": 0,
"layers": [
"atm"
]
2022-12-16 13:44:25 +01:00
}