Add ATM-theme
This commit is contained in:
parent
c1223b6244
commit
89c423e4c1
3 changed files with 73 additions and 0 deletions
16
assets/themes/atm/atm.json
Normal file
16
assets/themes/atm/atm.json
Normal 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"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue