diff --git a/assets/layers/ghostsign/ghostsign.json b/assets/layers/ghostsign/ghostsign.json index fb43a456d3..3e25ee7441 100644 --- a/assets/layers/ghostsign/ghostsign.json +++ b/assets/layers/ghostsign/ghostsign.json @@ -13,7 +13,6 @@ "en": "Layer showing disused signs on buildings", "de": "Ebene, die ungenutzte Zeichen auf Gebäuden zeigt", "es": "Capa que muestra carteles en desuso en edificios", - "ca": "Capa que mostra rètols en desús dels edificis", "cs": "Vrstva zobrazující nepoužívané nápisy na budovách" }, @@ -37,7 +36,6 @@ "enableRelocation": false }, "tagRenderings": [ - "images", "advertising.historic", "advertising.type", @@ -48,7 +46,6 @@ "de": "Was ist der Text auf dem Schild?", "es": "¿Cuál es el texto del cartel?", "ca": "Quin és el text del rètol?" - }, "freeform": { "key": "inscription", @@ -95,7 +92,6 @@ "cs": "Tato cedule byla vyrobena pro: {brand}" } } - ], "lineRendering": [ { diff --git a/assets/layers/police/police.json b/assets/layers/police/police.json index d5854849c6..36da1f0e62 100644 --- a/assets/layers/police/police.json +++ b/assets/layers/police/police.json @@ -36,7 +36,7 @@ }, { "icon": { - "render":"./assets/layers/police/police.svg", + "render": "./assets/layers/police/police.svg", "mappings": [ { "if": "police=checkpoint", diff --git a/langs/layers/en.json b/langs/layers/en.json index 47505399d9..5c6433935c 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -1181,6 +1181,78 @@ "render": "Bench" } }, + "bicycle_counter": { + "description": "Layer showing monitoring stations for bicycle traffic", + "name": "Bicycle counters", + "presets": { + "0": { + "title": "a bicycle counter" + } + }, + "tagRenderings": { + "clock": { + "mappings": { + "0": { + "then": "This counter has a clock" + }, + "1": { + "then": "This counter has no clock" + } + }, + "question": "Does this bicycle counter have a clock?" + }, + "display": { + "mappings": { + "0": { + "then": "This counter has a digital display" + }, + "1": { + "then": "This counter has an analog display" + }, + "2": { + "then": "This counter has no display" + } + }, + "question": "Does this bicycle counter have a display showing the number of passing bicycles?" + }, + "name": { + "freeform": { + "placeholder": "Name of the counted location" + }, + "question": "What is the name of the counted location?", + "render": "Name of the counted location: {name}" + }, + "ref": { + "freeform": { + "placeholder": "Reference number of the counter" + }, + "mappings": { + "0": { + "then": "This counter has no reference number" + } + }, + "question": "What is the reference number of this counter?", + "render": "Reference number of the counter: {ref}" + }, + "start_date": { + "freeform": { + "placeholder": "Start date of the counter" + }, + "question": "When did this counter start counting?", + "render": "This counter started counting on {start_date}" + }, + "website": { + "freeform": { + "placeholder": "Website of the counter" + }, + "question": "Is there a website for this bicycle counter?", + "render": "Website of the counter: {website}" + } + }, + "title": { + "render": "Bicycle counter" + } + }, "bicycle_library": { "description": "A facility where bicycles can be lent for longer period of times", "name": "Bicycle library", diff --git a/langs/layers/nl.json b/langs/layers/nl.json index a8bdf96b3c..3208a2e5a5 100644 --- a/langs/layers/nl.json +++ b/langs/layers/nl.json @@ -752,6 +752,9 @@ "render": "Zitbank" } }, + "bicycle_counter": { + "description": "Automatische fietstelpunten" + }, "bicycle_library": { "description": "Een plaats waar men voor langere tijd een fiets kan lenen", "name": "Fietsbibliotheek",