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,
|
"widenFactor": 2,
|
||||||
"hideFromOverview": false,
|
"hideFromOverview": false,
|
||||||
"layers": [
|
"layers": [
|
||||||
{
|
{
|
||||||
"builtin": "indoors",
|
"builtin": "indoors",
|
||||||
"override": {
|
"override": {
|
||||||
"minzoom": 19,
|
"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",
|
"builtin": "maproulette_challenge",
|
||||||
"override": {
|
"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": {
|
"overrideAll": {
|
||||||
|
|
Loading…
Reference in a new issue