diff --git a/assets/layers/bench/bench.json b/assets/layers/bench/bench.json index f6e5650c0a..9bea58a071 100644 --- a/assets/layers/bench/bench.json +++ b/assets/layers/bench/bench.json @@ -890,7 +890,9 @@ "mappings": [ { "if": "tourism=artwork", - "addExtraTags": ["not:tourism:artwork="], + "addExtraTags": [ + "not:tourism:artwork=" + ], "then": { "en": "This bench has an integrated artwork", "nl": "Deze bank heeft een geïntegreerd kunstwerk", @@ -915,7 +917,9 @@ "he": "לספסל זה אין יצירת אמנות משולבת", "pl": "Ta ławka nie ma wbudowanego dzieła sztuki" }, - "addExtraTags": ["tourism="] + "addExtraTags": [ + "tourism=" + ] }, { "if": "tourism=", diff --git a/langs/layers/en.json b/langs/layers/en.json index 460b13f6c1..dba18196cc 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -672,6 +672,9 @@ }, "1": { "then": "This bench does not have an integrated artwork" + }, + "2": { + "then": "This bench probably doesn't have an integrated artwork" } }, "question": "Does this bench have an artistic element?", @@ -8765,6 +8768,14 @@ }, "1": { "title": "a surveillance camera mounted on a wall" + }, + "2": { + "description": "An ALPR typically has two lenses and an array of infrared lights.", + "title": "an ALPR camera (Automatic Number Plate Reader)" + }, + "3": { + "description": "An ALPR typically has two lenses and an array of infrared lights.", + "title": "an ALPR camera (Automatic Number Plate Reader) mounted on a wall" } }, "tagRenderings": { @@ -8858,6 +8869,18 @@ "question": "In which geographical direction does this camera film?", "render": "Films to a compass heading of {camera:direction}" }, + "has_alpr": { + "mappings": { + "0": { + "then": "This is a normal camera" + }, + "1": { + "then": "This is an ALPR (Automatic License Plate Reader)" + } + }, + "question": "Can this camera automatically detect license plates?", + "questionHint": "An ALPR (Automatic License Plate Reader) typically has two lenses and an array of infrared LEDS in between." + }, "is_indoor": { "mappings": { "0": { diff --git a/langs/layers/nl.json b/langs/layers/nl.json index 8256d43c2b..3961df739b 100644 --- a/langs/layers/nl.json +++ b/langs/layers/nl.json @@ -568,6 +568,9 @@ }, "1": { "then": "Deze bank heeft geen geïntegreerd kunstwerk" + }, + "2": { + "then": "Deze bank heeft waarschijnlijk geen geïntegreerd kunstwerk" } }, "question": "Heeft deze bank een geïntegreerd kunstwerk?",