diff --git a/assets/themes/onwheels/onwheels.json b/assets/themes/onwheels/onwheels.json index e33141ff5..9991c8ab2 100644 --- a/assets/themes/onwheels/onwheels.json +++ b/assets/themes/onwheels/onwheels.json @@ -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": {