Basic theme

This commit is contained in:
Robin van der Linde 2022-05-05 11:54:30 +02:00
parent d507521d0f
commit a1e4a2e25f
No known key found for this signature in database
GPG key ID: 4B0074A1A79F6BED
4 changed files with 212 additions and 0 deletions

View file

@ -0,0 +1,21 @@
{
"id": "kerbs_and_crossings",
"maintainer": "Robin van der Linde",
"version": "20211215",
"title": {
"en": "Crossings and Kerbs",
"nl": "Oversteekplaatsen en stoepranden"
},
"description": {
"en": "A map showing kerbs and crossings.",
"nl": "Een kaart met stoepranden en oversteekplaatsen."
},
"icon": "./assets/layers/kerbs/KerbIcon.svg",
"startZoom": 19,
"startLat": 53.23776,
"startLon": 6.53812,
"layers": [
"crossings",
"kerbs"
]
}