forked from MapComplete/MapComplete
Feature: add more vector layers from maptiler; add some fixes to theme setting handler
This commit is contained in:
parent
94f9fe7b5f
commit
b3edbe846c
18 changed files with 155 additions and 99 deletions
|
@ -31,7 +31,7 @@
|
|||
"startLat": 52.99238,
|
||||
"startLon": 6.570614,
|
||||
"startZoom": 20,
|
||||
"defaultBackgroundId": "CartoDB.Positron",
|
||||
"defaultBackgroundId": "maptiler.backdrop",
|
||||
"layers": [
|
||||
{
|
||||
"builtin": "cycleways_and_roads",
|
||||
|
|
|
@ -265,6 +265,6 @@
|
|||
]
|
||||
}
|
||||
],
|
||||
"defaultBackgroundId": "CartoDB.Positron",
|
||||
"defaultBackgroundId": "maptiler.backdrop",
|
||||
"credits": "L'imaginaire"
|
||||
}
|
|
@ -44,7 +44,7 @@
|
|||
"layers": [
|
||||
"ghost_bike"
|
||||
],
|
||||
"defaultBackgroundId": "CartoDB.Positron",
|
||||
"defaultBackgroundId": "maptiler.backdrop",
|
||||
"clustering": {
|
||||
"maxZoom": 0
|
||||
}
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
"startLon": 0,
|
||||
"startZoom": 1,
|
||||
"widenFactor": 5,
|
||||
"defaultBackgroundId": "CartoDB.Positron",
|
||||
"defaultBackgroundId": "maptiler.backdrop",
|
||||
"layers": [
|
||||
"map"
|
||||
]
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"startLon": 0,
|
||||
"startZoom": 0,
|
||||
"hideFromOverview": true,
|
||||
"defaultBackgroundId": "CartoDB.Positron",
|
||||
"defaultBackgroundId": "maptiler.backdrop",
|
||||
"layers": [
|
||||
{
|
||||
"builtin": "indoors",
|
||||
|
|
|
@ -54,8 +54,8 @@
|
|||
"startLon": 0,
|
||||
"startZoom": 1,
|
||||
"widenFactor": 2,
|
||||
"defaultBackgroundId": "osm",
|
||||
"defaultBackgroundId": "maptiler.carto",
|
||||
"layers": [
|
||||
"surveillance_camera"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue