From 9676d59e8e8f6836214d02fac46f1b82d6cebc5b Mon Sep 17 00:00:00 2001 From: Michael Pu Date: Mon, 1 Oct 2018 21:21:20 -0400 Subject: [PATCH] Add escalator and moving walkway presets --- .../highway/steps/conveying/escalator.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 data/presets/presets/highway/steps/conveying/escalator.json diff --git a/data/presets/presets/highway/steps/conveying/escalator.json b/data/presets/presets/highway/steps/conveying/escalator.json new file mode 100644 index 000000000..327f824db --- /dev/null +++ b/data/presets/presets/highway/steps/conveying/escalator.json @@ -0,0 +1,19 @@ +{ + "icon": "maki-entrance", + "fields": [ + "name", "incline_steps", "conveying", "access_simple", "lit", "surface", "width", "handrail", "step_count" + ], + "geometry": [ + "line" + ], + "terms": [ + "moving staircase", + "moving stairway", + "people mover" + ], + "tags": { + "highway": "steps", + "conveying": "*" + }, + "name": "Escalator" +} \ No newline at end of file