Basic clocks theme

This commit is contained in:
Robin van der Linde 2023-02-15 23:48:05 +01:00
parent 88a99ead87
commit c7517df948
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
4 changed files with 513 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{
"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,
"hideFromOverview": true,
"layers": [
"clock"
]
}