diff --git a/langs/layers/en.json b/langs/layers/en.json index e234672120..246de98f51 100644 --- a/langs/layers/en.json +++ b/langs/layers/en.json @@ -153,6 +153,46 @@ "render": "Artwork" } }, + "atm": { + "description": "ATMS to withdraw money", + "name": "ATMs", + "presets": { + "0": { + "title": "an ATM" + } + }, + "tagRenderings": { + "brand": { + "freeform": { + "placeholder": "Brand name" + }, + "question": "What brand is this ATM?", + "render": "The brand of this ATM is {brand}" + }, + "name": { + "freeform": { + "placeholder": "Name of the ATM" + }, + "question": "What is the name of this ATM?", + "render": "The name of this ATM is {name}" + }, + "operator": { + "freeform": { + "placeholder": "Operator" + }, + "question": "What company operates this ATM?", + "render": "The ATM is operated by {operator}" + } + }, + "title": { + "mappings": { + "0": { + "then": "{brand} ATM" + } + }, + "render": "ATM" + } + }, "barrier": { "description": "Obstacles while cycling, such as bollards and cycle barriers", "name": "Barriers", diff --git a/langs/themes/en.json b/langs/themes/en.json index 98667debc7..8926da3d9a 100644 --- a/langs/themes/en.json +++ b/langs/themes/en.json @@ -1091,7 +1091,11 @@ "stations": { "description": "View, edit and add details to a train station", "layers": { - "11": { + "3": { + "description": "Layer showing train stations", + "name": "Train Stations" + }, + "14": { "description": "Displays showing the trains that will leave from this station", "name": "Departures boards", "presets": {