Feature: add more vector layers from maptiler; add some fixes to theme setting handler

This commit is contained in:
Pieter Vander Vennet 2023-09-24 18:24:10 +02:00
parent 94f9fe7b5f
commit b3edbe846c
18 changed files with 155 additions and 99 deletions

View file

@ -31,7 +31,7 @@
"startLat": 52.99238,
"startLon": 6.570614,
"startZoom": 20,
"defaultBackgroundId": "CartoDB.Positron",
"defaultBackgroundId": "maptiler.backdrop",
"layers": [
{
"builtin": "cycleways_and_roads",

View file

@ -265,6 +265,6 @@
]
}
],
"defaultBackgroundId": "CartoDB.Positron",
"defaultBackgroundId": "maptiler.backdrop",
"credits": "L'imaginaire"
}

View file

@ -44,7 +44,7 @@
"layers": [
"ghost_bike"
],
"defaultBackgroundId": "CartoDB.Positron",
"defaultBackgroundId": "maptiler.backdrop",
"clustering": {
"maxZoom": 0
}

View file

@ -47,7 +47,7 @@
"startLon": 0,
"startZoom": 1,
"widenFactor": 5,
"defaultBackgroundId": "CartoDB.Positron",
"defaultBackgroundId": "maptiler.backdrop",
"layers": [
"map"
]

View file

@ -27,7 +27,7 @@
"startZoom": 12,
"widenFactor": 1.2,
"socialImage": "./assets/themes/speelplekken/social_image.jpg",
"defaultBackgroundId": "CartoDB.Positron",
"defaultBackgroundId": "maptiler.backdrop",
"layers": [
{
"id": "shadow",

View file

@ -27,7 +27,7 @@
"startLon": 0,
"startZoom": 0,
"hideFromOverview": true,
"defaultBackgroundId": "CartoDB.Positron",
"defaultBackgroundId": "maptiler.backdrop",
"layers": [
{
"builtin": "indoors",

View file

@ -54,8 +54,8 @@
"startLon": 0,
"startZoom": 1,
"widenFactor": 2,
"defaultBackgroundId": "osm",
"defaultBackgroundId": "maptiler.carto",
"layers": [
"surveillance_camera"
]
}
}