diff --git a/assets/layers/surveillance_camera/surveillance_camera.json b/assets/layers/surveillance_camera/surveillance_camera.json index a78c2417c..aa535476c 100644 --- a/assets/layers/surveillance_camera/surveillance_camera.json +++ b/assets/layers/surveillance_camera/surveillance_camera.json @@ -460,7 +460,7 @@ "surveillance:type=camera" ], "title": { - "en":"surveillance camera" + "en": "surveillance camera" } }, { @@ -470,7 +470,7 @@ "camera:mount=wall" ], "title": { - "en":"surveillance camera mounted on a wall" + "en": "surveillance camera mounted on a wall" }, "preciseInput": { "snapToLayer": "walls_and_buildings" diff --git a/langs/layers/en.json b/langs/layers/en.json index 0336986e1..181f64a72 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -2554,6 +2554,9 @@ "presets": { "0": { "title": "Defibrillator" + }, + "1": { + "title": "defibrillator mounted on a wall" } }, "tagRenderings": { @@ -3858,6 +3861,14 @@ }, "surveillance_camera": { "name": "Surveillance camera's", + "presets": { + "0": { + "title": "surveillance camera" + }, + "1": { + "title": "surveillance camera mounted on a wall" + } + }, "tagRenderings": { "Camera type: fixed; panning; dome": { "mappings": { @@ -4314,6 +4325,12 @@ "render": "{name}" } }, + "walls_and_buildings": { + "description": "Special builtin layer providing all walls and buildings. This layer is useful in presets for objects which can be placed against walls (e.g. AEDs, postboxes, entrances, addresses, surveillance cameras, ...). This layer is invisible by default and not toggleable by the user.", + "title": { + "render": "Wall or building" + } + }, "waste_basket": { "description": "This is a public waste basket, thrash can, where you can throw away your thrash.", "mapRendering": { diff --git a/langs/layers/nl.json b/langs/layers/nl.json index 1f3c36769..c3e9789bd 100644 --- a/langs/layers/nl.json +++ b/langs/layers/nl.json @@ -2550,6 +2550,9 @@ "presets": { "0": { "title": "Defibrillator" + }, + "1": { + "title": "defibrillator die aan een muur hangt" } }, "tagRenderings": {