Move maproulette layer to the bottom to fix translation generation
This commit is contained in:
parent
f504d8bc3a
commit
03054f678f
1 changed files with 39 additions and 39 deletions
|
@ -20,7 +20,7 @@
|
|||
"widenFactor": 2,
|
||||
"hideFromOverview": false,
|
||||
"layers": [
|
||||
{
|
||||
{
|
||||
"builtin": "indoors",
|
||||
"override": {
|
||||
"minzoom": 19,
|
||||
|
@ -329,6 +329,44 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "governments",
|
||||
"override": {
|
||||
"minzoom": 15,
|
||||
"mapRendering": [
|
||||
{
|
||||
"icon": "./assets/themes/onwheels/government.svg",
|
||||
"iconSize": "40,40,bottom"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "current_view",
|
||||
"override": {
|
||||
"+mapRendering": [
|
||||
{
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
],
|
||||
"icon": "statistics"
|
||||
}
|
||||
],
|
||||
"=title": {
|
||||
"render": {
|
||||
"en": "Statistics",
|
||||
"de": "Statistik"
|
||||
}
|
||||
},
|
||||
"tagRenderings": [
|
||||
{
|
||||
"id": "stats",
|
||||
"render": "{statistics()}"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "maproulette_challenge",
|
||||
"override": {
|
||||
|
@ -375,44 +413,6 @@
|
|||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "governments",
|
||||
"override": {
|
||||
"minzoom": 15,
|
||||
"mapRendering": [
|
||||
{
|
||||
"icon": "./assets/themes/onwheels/government.svg",
|
||||
"iconSize": "40,40,bottom"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "current_view",
|
||||
"override": {
|
||||
"+mapRendering": [
|
||||
{
|
||||
"location": [
|
||||
"point",
|
||||
"centroid"
|
||||
],
|
||||
"icon": "statistics"
|
||||
}
|
||||
],
|
||||
"=title": {
|
||||
"render": {
|
||||
"en": "Statistics",
|
||||
"de": "Statistik"
|
||||
}
|
||||
},
|
||||
"tagRenderings": [
|
||||
{
|
||||
"id": "stats",
|
||||
"render": "{statistics()}"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"overrideAll": {
|
||||
|
|
Loading…
Reference in a new issue