Add ATM-theme

This commit is contained in:
Pieter Vander Vennet 2022-12-15 20:44:23 +01:00
parent c1223b6244
commit 89c423e4c1
3 changed files with 73 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
"id": "atm",
"title": {
"en": "ATM Machines"
},
"description": {
"en": "This map shows ATMs to withdraw or deposit money"
},
"icon": "./assets/themes/atm/logo.svg",
"startLat": 0,
"startLon": 0,
"startZoom": 0,
"layers": [
"atm"
]
}