diff --git a/assets/layers/parking_spaces/parking_spaces.json b/assets/layers/parking_spaces/parking_spaces.json
index 783410564..8648b02d5 100644
--- a/assets/layers/parking_spaces/parking_spaces.json
+++ b/assets/layers/parking_spaces/parking_spaces.json
@@ -15,6 +15,7 @@
"osmTags": "amenity=parking_space"
},
"tagRenderings": [
+ "images",
{
"id": "type",
"question": {
diff --git a/assets/layers/recycling/fluorescent_tubes.svg b/assets/layers/recycling/fluorescent_tubes.svg
new file mode 100644
index 000000000..b4315872c
--- /dev/null
+++ b/assets/layers/recycling/fluorescent_tubes.svg
@@ -0,0 +1,14 @@
+
+
diff --git a/assets/layers/recycling/license_info.json b/assets/layers/recycling/license_info.json
index ec788ff43..6698ec44c 100644
--- a/assets/layers/recycling/license_info.json
+++ b/assets/layers/recycling/license_info.json
@@ -60,6 +60,17 @@
"https://github.com/streetcomplete/StreetComplete/blob/master/res/graphics/recycling%20icons/engine_oil.svg"
]
},
+ {
+ "path": "fluorescent_tubes.svg",
+ "license": "CC-BY",
+ "authors": [
+ "Noun Project",
+ "shashank singh"
+ ],
+ "sources": [
+ "https://thenounproject.com/icon/tube-fluorescent-light-3756518/"
+ ]
+ },
{
"path": "garden_waste.svg",
"license": "CC-BY-SA",
@@ -91,6 +102,17 @@
"https://github.com/streetcomplete/StreetComplete/blob/master/res/graphics/recycling%20icons/glass_bottles.svg"
]
},
+ {
+ "path": "light_bulbs.svg",
+ "license": "CC0",
+ "authors": [
+ "OpenClipArt",
+ "fabiovaleggia"
+ ],
+ "sources": [
+ "https://openclipart.org/detail/175842/basic-light-bulb"
+ ]
+ },
{
"path": "newspaper.svg",
"license": "CC-BY-SA",
diff --git a/assets/layers/recycling/light_bulbs.svg b/assets/layers/recycling/light_bulbs.svg
new file mode 100644
index 000000000..5ee43cc39
--- /dev/null
+++ b/assets/layers/recycling/light_bulbs.svg
@@ -0,0 +1,159 @@
+
+
\ No newline at end of file
diff --git a/assets/layers/recycling/recycling.json b/assets/layers/recycling/recycling.json
index 0a6a86185..d79a83d35 100644
--- a/assets/layers/recycling/recycling.json
+++ b/assets/layers/recycling/recycling.json
@@ -128,6 +128,15 @@
},
"then": "circle:white;./assets/layers/recycling/engine_oil.svg"
},
+ {
+ "if": {
+ "and": [
+ "_waste_amount=1",
+ "recycling:fluorescent_tubes=yes"
+ ]
+ },
+ "then": "circle:white;./assets/layers/recycling/fluorescent_tubes.svg"
+ },
{
"if": {
"and": [
@@ -160,6 +169,15 @@
},
"then": "circle:white;./assets/layers/recycling/garden_waste.svg"
},
+ {
+ "if": {
+ "and": [
+ "_waste_amount=1",
+ "recycling:light_bulbs=yes"
+ ]
+ },
+ "then": "circle:white;./assets/layers/recycling/light_bulbs.svg"
+ },
{
"if": {
"and": [
@@ -303,6 +321,15 @@
},
"then": "circle:white;./assets/layers/recycling/engine_oil.svg"
},
+ {
+ "if": {
+ "and": [
+ "_waste_amount>1",
+ "recycling:fluorescent_tubes=yes"
+ ]
+ },
+ "then": "circle:white;./assets/layers/recycling/fluorescent_tubes.svg"
+ },
{
"if": {
"and": [
@@ -335,6 +362,15 @@
},
"then": "circle:white;./assets/layers/recycling/garden_waste.svg"
},
+ {
+ "if": {
+ "and": [
+ "_waste_amount>1",
+ "recycling:light_bulbs=yes"
+ ]
+ },
+ "then": "circle:white;./assets/layers/recycling/light_bulbs.svg"
+ },
{
"if": {
"and": [
@@ -500,7 +536,9 @@
"recycling:clothes=",
"recycling:cooking_oil=",
"recycling:engine_oil=",
+ "recycling:fluorescent_tubes=",
"recycling:green_waste=",
+ "recycling:light_bulbs=",
"recycling:organic=",
"recycling:glass_bottles=",
"recycling:glass=",
@@ -698,6 +736,18 @@
"class": "medium"
}
},
+ {
+ "if": "recycling:fluorescent_tubes=yes",
+ "ifnot": "recycling:fluorescent_tubes=",
+ "then": {
+ "en": "Fluorescent tubes can be recycled here",
+ "nl": "TL-buizen kunnen hier gerecycled worden"
+ },
+ "icon": {
+ "path": "./assets/layers/recycling/fluorescent_tubes.svg",
+ "class": "medium"
+ }
+ },
{
"if": "recycling:green_waste=yes",
"ifnot": "recycling:green_waste=",
@@ -761,6 +811,18 @@
"class": "medium"
}
},
+ {
+ "if": "recycling:light_bulbs=yes",
+ "ifnot": "recycling:light_bulbs=",
+ "then": {
+ "en": "Light bulbs can be recycled here",
+ "nl": "Lampen kunnen hier gerecycled worden"
+ },
+ "icon": {
+ "path": "./assets/layers/recycling/light_bulbs.svg",
+ "class": "medium"
+ }
+ },
{
"if": "recycling:newspaper=yes",
"ifnot": "recycling:newspaper=",
@@ -1047,6 +1109,13 @@
},
"osmTags": "recycling:engine_oil=yes"
},
+ {
+ "question": {
+ "en": "Recycling of fluorescent tubes",
+ "nl": "Recycling van tl-buizen"
+ },
+ "osmTags": "recycling:fluorescent_tubes=yes"
+ },
{
"question": {
"en": "Recycling of green waste",
@@ -1081,6 +1150,13 @@
},
"osmTags": "recycling:glass=yes"
},
+ {
+ "question": {
+ "en": "Recycling of light bulbs",
+ "nl": "Recycling van lampen"
+ },
+ "osmTags": "recycling:light_bulbs=yes"
+ },
{
"question": {
"en": "Recycling of newspapers",
diff --git a/assets/themes/onwheels/onwheels.json b/assets/themes/onwheels/onwheels.json
index d5fa4d346..e4e60d47a 100644
--- a/assets/themes/onwheels/onwheels.json
+++ b/assets/themes/onwheels/onwheels.json
@@ -189,6 +189,25 @@
]
}
},
+ {
+ "builtin": "parking_spaces",
+ "override": {
+ "source": {
+ "osmTags": "parking_space=disabled"
+ },
+ "mapRendering": [
+ {
+ "icon": {
+ "mappings": null
+ }
+ }
+ ]
+ },
+ "hideTagRenderingsWithLabels": [
+ "type",
+ "capacity"
+ ]
+ },
{
"builtin": "shops",
"override": {
diff --git a/langs/layers/ca.json b/langs/layers/ca.json
index d5edd66db..dd69852d0 100644
--- a/langs/layers/ca.json
+++ b/langs/layers/ca.json
@@ -881,31 +881,31 @@
"2": {
"then": "Ací es poden reciclar llaunes"
},
- "7": {
+ "8": {
"then": "Ací es poden reciclar residus orgànics"
},
- "8": {
+ "9": {
"then": "Ací es poden reciclar ampolles de vidre"
},
- "9": {
+ "10": {
"then": "Ací es pot reciclar vidre"
},
- "10": {
+ "12": {
"then": "Ací es poden reciclar diaris"
},
- "11": {
+ "13": {
"then": "Ací es pot reciclar paper"
},
- "12": {
+ "14": {
"then": "Ací es poden reciclar ampolles de plàstic"
},
- "13": {
+ "15": {
"then": "Ací es poden reciclar envasos de plàstic"
},
- "14": {
+ "16": {
"then": "Ací es pot reciclar plàstic"
},
- "20": {
+ "22": {
"then": "Ací es pot reciclar el rebuig"
}
}
@@ -1052,9 +1052,6 @@
"render": "Paperera"
}
},
- "watermill": {
- "name": "Molí d'aigua"
- },
"windturbine": {
"title": {
"mappings": {
diff --git a/langs/layers/de.json b/langs/layers/de.json
index e9d0d9137..d8a6e96c9 100644
--- a/langs/layers/de.json
+++ b/langs/layers/de.json
@@ -6319,37 +6319,37 @@
"6": {
"question": "Recycling von Motoröl"
},
- "7": {
+ "8": {
"question": "Recycling von Grünabfällen"
},
- "8": {
+ "9": {
"question": "Recycling von Glasflaschen"
},
- "9": {
+ "10": {
"question": "Recycling von Glas"
},
- "10": {
+ "12": {
"question": "Recycling von Zeitungen"
},
- "11": {
+ "13": {
"question": "Recycling von Papier"
},
- "12": {
+ "14": {
"question": "Recycling von Plastikflaschen"
},
- "13": {
+ "15": {
"question": "Recycling von Kunststoffverpackungen"
},
- "14": {
+ "16": {
"question": "Recycling von Kunststoffen"
},
- "15": {
+ "17": {
"question": "Recycling von Metallschrott"
},
- "16": {
+ "18": {
"question": "Recycling von Elektrokleingeräten"
},
- "17": {
+ "19": {
"question": "Recycling von Restabfällen"
}
}
@@ -6408,49 +6408,49 @@
"5": {
"then": "Motoröl kann hier recycelt werden"
},
- "6": {
+ "7": {
"then": "Grünabfälle können hier recycelt werden"
},
- "7": {
+ "8": {
"then": "Bio-Abfall kann hier recycelt werden"
},
- "8": {
+ "9": {
"then": "Glasflaschen können hier recycelt werden"
},
- "9": {
+ "10": {
"then": "Glas kann hier recycelt werden"
},
- "10": {
+ "12": {
"then": "Zeitungen können hier recycelt werden"
},
- "11": {
+ "13": {
"then": "Papier kann hier recycelt werden"
},
- "12": {
+ "14": {
"then": "Plastikflaschen können hier recycelt werden"
},
- "13": {
+ "15": {
"then": "Kunststoffverpackungen können hier recycelt werden"
},
- "14": {
+ "16": {
"then": "Kunststoff kann hier recycelt werden"
},
- "15": {
+ "17": {
"then": "Metallschrott kann hier recycelt werden"
},
- "16": {
+ "18": {
"then": "Schuhe können hier recycelt werden"
},
- "17": {
- "then": "Elektrokleingeräte können hier recycelt werden"
- },
- "18": {
- "then": "Elektrokleingeräte können hier recycelt werden"
- },
"19": {
- "then": "Nadeln können hier recycelt werden"
+ "then": "Elektrokleingeräte können hier recycelt werden"
},
"20": {
+ "then": "Elektrokleingeräte können hier recycelt werden"
+ },
+ "21": {
+ "then": "Nadeln können hier recycelt werden"
+ },
+ "22": {
"then": "Restmüll kann hier recycelt werden"
}
},
@@ -8282,9 +8282,6 @@
"render": "Mülltonne"
}
},
- "watermill": {
- "name": "Wassermühlen"
- },
"windturbine": {
"description": "Moderne Windmühlen zur Stromerzeugung",
"name": "Windräder",
diff --git a/langs/layers/en.json b/langs/layers/en.json
index 784a9935f..5de0e80ea 100644
--- a/langs/layers/en.json
+++ b/langs/layers/en.json
@@ -6380,36 +6380,42 @@
"question": "Recycling of engine oil"
},
"7": {
- "question": "Recycling of green waste"
+ "question": "Recycling of fluorescent tubes"
},
"8": {
- "question": "Recycling of glass bottles"
+ "question": "Recycling of green waste"
},
"9": {
- "question": "Recycling of glass"
+ "question": "Recycling of glass bottles"
},
"10": {
- "question": "Recycling of newspapers"
+ "question": "Recycling of glass"
},
"11": {
- "question": "Recycling of paper"
+ "question": "Recycling of light bulbs"
},
"12": {
- "question": "Recycling of plastic bottles"
+ "question": "Recycling of newspapers"
},
"13": {
- "question": "Recycling of plastic packaging"
+ "question": "Recycling of paper"
},
"14": {
- "question": "Recycling of plastic"
+ "question": "Recycling of plastic bottles"
},
"15": {
- "question": "Recycling of scrap metal"
+ "question": "Recycling of plastic packaging"
},
"16": {
- "question": "Recycling of small electrical appliances"
+ "question": "Recycling of plastic"
},
"17": {
+ "question": "Recycling of scrap metal"
+ },
+ "18": {
+ "question": "Recycling of small electrical appliances"
+ },
+ "19": {
"question": "Recycling of residual waste"
}
}
@@ -6469,48 +6475,54 @@
"then": "Engine oil can be recycled here"
},
"6": {
- "then": "Green waste can be recycled here"
+ "then": "Fluorescent tubes can be recycled here"
},
"7": {
- "then": "Organic waste can be recycled here"
+ "then": "Green waste can be recycled here"
},
"8": {
- "then": "Glass bottles can be recycled here"
+ "then": "Organic waste can be recycled here"
},
"9": {
- "then": "Glass can be recycled here"
+ "then": "Glass bottles can be recycled here"
},
"10": {
- "then": "Newspapers can be recycled here"
+ "then": "Glass can be recycled here"
},
"11": {
- "then": "Paper can be recycled here"
+ "then": "Light bulbs can be recycled here"
},
"12": {
- "then": "Plastic bottles can be recycled here"
+ "then": "Newspapers can be recycled here"
},
"13": {
- "then": "Plastic packaging can be recycled here"
+ "then": "Paper can be recycled here"
},
"14": {
- "then": "Plastic can be recycled here"
+ "then": "Plastic bottles can be recycled here"
},
"15": {
- "then": "Scrap metal can be recycled here"
+ "then": "Plastic packaging can be recycled here"
},
"16": {
- "then": "Shoes can be recycled here"
+ "then": "Plastic can be recycled here"
},
"17": {
- "then": "Small electrical appliances can be recycled here"
+ "then": "Scrap metal can be recycled here"
},
"18": {
- "then": "Small electrical appliances can be recycled here"
+ "then": "Shoes can be recycled here"
},
"19": {
- "then": "Needles can be recycled here"
+ "then": "Small electrical appliances can be recycled here"
},
"20": {
+ "then": "Small electrical appliances can be recycled here"
+ },
+ "21": {
+ "then": "Needles can be recycled here"
+ },
+ "22": {
"then": "Residual waste can be recycled here"
}
},
@@ -7464,6 +7476,7 @@
"name": "Ticket Validators",
"presets": {
"0": {
+ "description": "A ticket validator to validate a public transport ticket. This can be either a digital reader, reading a card or ticket, or a machine stamping or punching a ticket.",
"title": "a ticket validator"
}
},
@@ -8365,9 +8378,6 @@
"render": "Waste Disposal"
}
},
- "watermill": {
- "name": "Watermill"
- },
"windturbine": {
"description": "Modern windmills generating electricity",
"name": "wind turbine",
diff --git a/langs/layers/es.json b/langs/layers/es.json
index 8cf548f15..a57f6ea56 100644
--- a/langs/layers/es.json
+++ b/langs/layers/es.json
@@ -3189,28 +3189,28 @@
"6": {
"question": "Reciclaje de aceite de motor"
},
- "8": {
+ "9": {
"question": "Reciclaje de botellas de cristal"
},
- "9": {
+ "10": {
"question": "Reciclaje de cristal"
},
- "10": {
+ "12": {
"question": "Reciclaje de periódicos"
},
- "11": {
+ "13": {
"question": "Reciclaje de papel"
},
- "12": {
+ "14": {
"question": "Reciclaje de botellas de papel"
},
- "13": {
+ "15": {
"question": "Reciclaje de embalajes plásticos"
},
- "14": {
+ "16": {
"question": "Reciclaje de plástico"
},
- "15": {
+ "17": {
"question": "Reciclaje de chatarra"
}
}
@@ -3266,34 +3266,34 @@
"5": {
"then": "Aquí se puede reciclar aceite de motor"
},
- "7": {
+ "8": {
"then": "Aquí se pueden reciclar residuos orgánicos"
},
- "8": {
+ "9": {
"then": "Aquí se pueden reciclar botellas de cristal"
},
- "9": {
+ "10": {
"then": "Aquí se puede reciclar cristal"
},
- "10": {
+ "12": {
"then": "Aquí se pueden reciclar periódicos"
},
- "11": {
+ "13": {
"then": "Aquí se puede reciclar papel"
},
- "12": {
+ "14": {
"then": "Aquí se pueden reciclar botellas de plástico"
},
- "13": {
+ "15": {
"then": "Aquí se pueden reciclar embalajes plásticos"
},
- "14": {
+ "16": {
"then": "Aquí se puede reciclar plástico"
},
- "15": {
+ "17": {
"then": "Aquí se puede reciclar chatarra"
},
- "16": {
+ "18": {
"then": "Aquí se pueden reciclar zapatos"
}
},
diff --git a/langs/layers/it.json b/langs/layers/it.json
index 4ef54ac4f..9c20c24f7 100644
--- a/langs/layers/it.json
+++ b/langs/layers/it.json
@@ -1766,37 +1766,37 @@
"6": {
"question": "Riciclo di olio da motore"
},
- "7": {
+ "8": {
"question": "Riciclo di umido"
},
- "8": {
+ "9": {
"question": "Riciclo di bottiglie di vetro"
},
- "9": {
+ "10": {
"question": "Riciclo di vetro"
},
- "10": {
+ "12": {
"question": "Riciclo di giornali"
},
- "11": {
+ "13": {
"question": "Riciclo di carta"
},
- "12": {
+ "14": {
"question": "Riciclo di bottiglie di plastica"
},
- "13": {
+ "15": {
"question": "Riciclo di confezioni di plastica"
},
- "14": {
+ "16": {
"question": "Riciclo di plastica"
},
- "15": {
+ "17": {
"question": "Riciclo di rottami metallici"
},
- "16": {
+ "18": {
"question": "Riciclo di piccoli elettrodomestici"
},
- "17": {
+ "19": {
"question": "Riciclo di secco"
}
}
@@ -1855,49 +1855,49 @@
"5": {
"then": "Olio di motore"
},
- "6": {
+ "7": {
"then": "Verde"
},
- "7": {
+ "8": {
"then": "Umido"
},
- "8": {
+ "9": {
"then": "Bottiglie di vetro"
},
- "9": {
+ "10": {
"then": "Vetro"
},
- "10": {
+ "12": {
"then": "Giornali"
},
- "11": {
+ "13": {
"then": "Carta"
},
- "12": {
+ "14": {
"then": "Bottiglie di platica"
},
- "13": {
+ "15": {
"then": "Confezioni di plastica"
},
- "14": {
+ "16": {
"then": "Plastica"
},
- "15": {
+ "17": {
"then": "Rottami metallici"
},
- "16": {
+ "18": {
"then": "Scarpe"
},
- "17": {
- "then": "Piccoli elettrodomestici"
- },
- "18": {
- "then": "Piccoli elettrodomestici"
- },
"19": {
- "then": "Aghi e oggetti appuntiti"
+ "then": "Piccoli elettrodomestici"
},
"20": {
+ "then": "Piccoli elettrodomestici"
+ },
+ "21": {
+ "then": "Aghi e oggetti appuntiti"
+ },
+ "22": {
"then": "Secco"
}
},
diff --git a/langs/layers/nl.json b/langs/layers/nl.json
index dd2e50958..e8e0a1a77 100644
--- a/langs/layers/nl.json
+++ b/langs/layers/nl.json
@@ -5988,36 +5988,42 @@
"question": "Recycling van motorolie"
},
"7": {
- "question": "Recycling van groen afval"
+ "question": "Recycling van tl-buizen"
},
"8": {
- "question": "Recycling van glazen flessen"
+ "question": "Recycling van groen afval"
},
"9": {
- "question": "Recycling van glas"
+ "question": "Recycling van glazen flessen"
},
"10": {
- "question": "Recycling van kranten"
+ "question": "Recycling van glas"
},
"11": {
- "question": "Recycling van papier"
+ "question": "Recycling van lampen"
},
"12": {
- "question": "Recycling van plastic flessen"
+ "question": "Recycling van kranten"
},
"13": {
- "question": "Recycling van plastic verpakking"
+ "question": "Recycling van papier"
},
"14": {
- "question": "Recycling van plastic"
+ "question": "Recycling van plastic flessen"
},
"15": {
- "question": "Recycling van oud metaal"
+ "question": "Recycling van plastic verpakking"
},
"16": {
- "question": "Recycling van kleine elektrische apparaten"
+ "question": "Recycling van plastic"
},
"17": {
+ "question": "Recycling van oud metaal"
+ },
+ "18": {
+ "question": "Recycling van kleine elektrische apparaten"
+ },
+ "19": {
"question": "Recycling van restafval"
}
}
@@ -6077,48 +6083,54 @@
"then": "Motorolie kan hier gerecycled worden"
},
"6": {
- "then": "Groen afval kan hier gerecycled worden"
+ "then": "TL-buizen kunnen hier gerecycled worden"
},
"7": {
- "then": "Organisch afval kan hier gerecycled worden"
+ "then": "Groen afval kan hier gerecycled worden"
},
"8": {
- "then": "Glazen flessen kunnen hier gerecycled worden"
+ "then": "Organisch afval kan hier gerecycled worden"
},
"9": {
- "then": "Glas kan hier gerecycled worden"
+ "then": "Glazen flessen kunnen hier gerecycled worden"
},
"10": {
- "then": "Kranten kunnen hier gerecycled worden"
+ "then": "Glas kan hier gerecycled worden"
},
"11": {
- "then": "Papier kan hier gerecycled worden"
+ "then": "Lampen kunnen hier gerecycled worden"
},
"12": {
- "then": "Plastic flessen kunnen hier gerecycled worden"
+ "then": "Kranten kunnen hier gerecycled worden"
},
"13": {
- "then": "Plastic verpakking kan hier gerecycled worden"
+ "then": "Papier kan hier gerecycled worden"
},
"14": {
- "then": "Plastic kan hier gerecycled worden"
+ "then": "Plastic flessen kunnen hier gerecycled worden"
},
"15": {
- "then": "Oud metaal kan hier gerecycled worden"
+ "then": "Plastic verpakking kan hier gerecycled worden"
},
"16": {
- "then": "Schoenen kunnen hier gerecycled worden"
+ "then": "Plastic kan hier gerecycled worden"
},
"17": {
- "then": "Kleine elektrische apparaten kunnen hier gerecycled worden"
+ "then": "Oud metaal kan hier gerecycled worden"
},
"18": {
- "then": "Kleine elektrische apparaten kunnen hier gerecycled worden"
+ "then": "Schoenen kunnen hier gerecycled worden"
},
"19": {
- "then": "Injectienaalden kunnen hier gerecycled worden"
+ "then": "Kleine elektrische apparaten kunnen hier gerecycled worden"
},
"20": {
+ "then": "Kleine elektrische apparaten kunnen hier gerecycled worden"
+ },
+ "21": {
+ "then": "Injectienaalden kunnen hier gerecycled worden"
+ },
+ "22": {
"then": "Restafval kan hier gerecycled worden"
}
},
@@ -7872,59 +7884,6 @@
"render": "Afvalbak"
}
},
- "watermill": {
- "description": "Watermolens",
- "name": "Watermolens",
- "tagRenderings": {
- "Access tag": {
- "mappings": {
- "0": {
- "then": "Vrij toegankelijk"
- },
- "1": {
- "then": "Niet toegankelijk"
- },
- "2": {
- "then": "Niet toegankelijk, want privégebied"
- },
- "3": {
- "then": "Toegankelijk, ondanks dat het privegebied is"
- },
- "4": {
- "then": "Enkel toegankelijk met een gids of tijdens een activiteit"
- },
- "5": {
- "then": "Toegankelijk mits betaling"
- }
- },
- "question": "Is dit gebied toegankelijk?",
- "render": "De toegankelijkheid van dit gebied is: {access:description}"
- },
- "Operator tag": {
- "mappings": {
- "0": {
- "then": "Dit gebied wordt beheerd door Natuurpunt"
- },
- "1": {
- "then": "Dit gebied wordt beheerd door {operator}"
- }
- },
- "question": "Wie beheert dit pad?",
- "render": "Beheer door {operator}"
- }
- },
- "title": {
- "mappings": {
- "0": {
- "then": "{name:nl}"
- },
- "1": {
- "then": "{name}"
- }
- },
- "render": "Watermolens"
- }
- },
"windturbine": {
"description": "Windturbines (moderne windmolens die elektriciteit genereren)",
"name": "windturbine",
diff --git a/langs/themes/ca.json b/langs/themes/ca.json
index a0efc912d..a6a556a12 100644
--- a/langs/themes/ca.json
+++ b/langs/themes/ca.json
@@ -443,14 +443,14 @@
},
"onwheels": {
"layers": {
- "18": {
+ "19": {
"override": {
"=title": {
"render": "Estadístiques"
}
}
},
- "19": {
+ "20": {
"override": {
"+tagRenderings": {
"0": {
diff --git a/langs/themes/da.json b/langs/themes/da.json
index 5e5764c1c..86367ea29 100644
--- a/langs/themes/da.json
+++ b/langs/themes/da.json
@@ -680,14 +680,14 @@
}
}
},
- "18": {
+ "19": {
"override": {
"=title": {
"render": "Statistikker"
}
}
},
- "19": {
+ "20": {
"override": {
"+tagRenderings": {
"0": {
diff --git a/langs/themes/de.json b/langs/themes/de.json
index c3a6c77a7..908a05a66 100644
--- a/langs/themes/de.json
+++ b/langs/themes/de.json
@@ -909,14 +909,14 @@
}
}
},
- "18": {
+ "19": {
"override": {
"=title": {
"render": "Statistik"
}
}
},
- "19": {
+ "20": {
"override": {
"+tagRenderings": {
"0": {
diff --git a/langs/themes/en.json b/langs/themes/en.json
index 5214e8fcc..7c820193a 100644
--- a/langs/themes/en.json
+++ b/langs/themes/en.json
@@ -909,14 +909,14 @@
}
}
},
- "18": {
+ "19": {
"override": {
"=title": {
"render": "Statistics"
}
}
},
- "19": {
+ "20": {
"override": {
"+tagRenderings": {
"0": {
diff --git a/langs/themes/fr.json b/langs/themes/fr.json
index dc9fb5be1..db90ff47a 100644
--- a/langs/themes/fr.json
+++ b/langs/themes/fr.json
@@ -888,14 +888,14 @@
}
}
},
- "18": {
+ "19": {
"override": {
"=title": {
"render": "Statistiques"
}
}
},
- "19": {
+ "20": {
"override": {
"+tagRenderings": {
"0": {
diff --git a/langs/themes/nb_NO.json b/langs/themes/nb_NO.json
index a3f3402a6..e0c09734a 100644
--- a/langs/themes/nb_NO.json
+++ b/langs/themes/nb_NO.json
@@ -441,14 +441,14 @@
},
"onwheels": {
"layers": {
- "18": {
+ "19": {
"override": {
"=title": {
"render": "Statistikk"
}
}
},
- "19": {
+ "20": {
"override": {
"+tagRenderings": {
"0": {
diff --git a/langs/themes/nl.json b/langs/themes/nl.json
index 87ddcd68d..06f8ecd92 100644
--- a/langs/themes/nl.json
+++ b/langs/themes/nl.json
@@ -1036,14 +1036,14 @@
}
}
},
- "18": {
+ "19": {
"override": {
"=title": {
"render": "Statistieken"
}
}
},
- "19": {
+ "20": {
"override": {
"+tagRenderings": {
"0": {
diff --git a/langs/themes/pa_PK.json b/langs/themes/pa_PK.json
index 479f898cf..d79643e75 100644
--- a/langs/themes/pa_PK.json
+++ b/langs/themes/pa_PK.json
@@ -168,14 +168,14 @@
},
"onwheels": {
"layers": {
- "18": {
+ "19": {
"override": {
"=title": {
"render": "انکڑے"
}
}
},
- "19": {
+ "20": {
"override": {
"+tagRenderings": {
"0": {