mapcomplete/assets/themes/clock/clock.json

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

18 lines
316 B
JSON
Raw Normal View History

2023-02-15 23:48:05 +01:00
{
"id": "clock",
"title": {
"en": "Clocks",
"nl": "Klokken"
},
"description": {
"en": "Map showing all public clocks",
"nl": "Kaart met alle openbare klokken"
},
"icon": "./assets/layers/clock/clock.svg",
"startLat": 0,
"startLon": 0,
"startZoom": 0,
"layers": [
"clock"
]
2023-02-23 14:39:08 +01:00
}