forked from MapComplete/MapComplete
Themes: add open love map, see https://github.com/thomersch/OpenLoveMap/issues/21
This commit is contained in:
parent
a571d857d6
commit
d6a55a5ee9
11 changed files with 565 additions and 6 deletions
|
@ -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
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue