18 lines
397 B
JSON
18 lines
397 B
JSON
|
{
|
||
|
"id": "vending_machine",
|
||
|
"title": {
|
||
|
"en": "Vending Machines",
|
||
|
"nl": "Verkoopautomaten"
|
||
|
},
|
||
|
"description": {
|
||
|
"en": "Find vending machines for everything",
|
||
|
"nl": "Vind verkoopautomaten voor alles"
|
||
|
},
|
||
|
"icon": "./assets/layers/vending_machine/vending_machine.svg",
|
||
|
"startLat": 53.21102,
|
||
|
"startLon": 6.56511,
|
||
|
"startZoom": 19,
|
||
|
"layers": [
|
||
|
"vending_machine"
|
||
|
]
|
||
|
}
|