This commit is contained in:
Pieter Vander Vennet 2024-01-13 01:50:41 +01:00
parent a571d857d6
commit d6a55a5ee9
11 changed files with 565 additions and 6 deletions

View file

@ -3,14 +3,19 @@
"title": {
"en": "Changes made with MapComplete"
},
"description": {
"en": "This maps shows all the changes made with MapComplete"
},
"shortDescription": {
"en": "Shows changes made by MapComplete"
},
"description": {
"en": "This maps shows all the changes made with MapComplete"
},
"icon": "./assets/svg/logo.svg",
"hideFromOverview": true,
"startLat": 0,
"startLon": 0,
"startZoom": 1,
"widenFactor": 0.05,
"clustering": false,
"layers": [
{
"id": "mapcomplete-changes",
@ -311,6 +316,10 @@
"if": "theme=onwheels",
"then": "./assets/themes/onwheels/crest.svg"
},
{
"if": "theme=openlovemap",
"then": "./assets/layers/stripclub/stripclub.svg"
},
{
"if": "theme=openwindpowermap",
"then": "./assets/themes/openwindpowermap/logo.svg"
@ -650,7 +659,5 @@
]
}
}
],
"widenFactor": 0.05,
"clustering": false
]
}