diff --git a/data/presets.yaml b/data/presets.yaml index 2a3e6fcee..5a20a7349 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -2566,6 +2566,11 @@ en: name: Cycle Path # 'terms: bike' terms: '' + highway/elevator: + # highway=elevator + name: Elevator + # 'terms: lift' + terms: '' highway/footway: # highway=footway name: Foot Path diff --git a/data/presets/presets.json b/data/presets/presets.json index 7b4945be4..a4a9667fe 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -5384,6 +5384,24 @@ ], "name": "Cycle Path" }, + "highway/elevator": { + "icon": "poi-elevator", + "fields": [ + "access_simple", + "opening_hours", + "ref" + ], + "geometry": [ + "vertex" + ], + "tags": { + "highway": "elevator" + }, + "terms": [ + "lift" + ], + "name": "Elevator" + }, "highway/footway": { "icon": "highway-footway", "fields": [ diff --git a/data/presets/presets/highway/elevator.json b/data/presets/presets/highway/elevator.json new file mode 100644 index 000000000..ae1b9a77d --- /dev/null +++ b/data/presets/presets/highway/elevator.json @@ -0,0 +1,18 @@ +{ + "icon": "poi-elevator", + "fields": [ + "access_simple", + "opening_hours", + "ref" + ], + "geometry": [ + "vertex" + ], + "tags": { + "highway": "elevator" + }, + "terms": [ + "lift" + ], + "name": "Elevator" +} diff --git a/data/taginfo.json b/data/taginfo.json index ebd9beae5..cc55e9101 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -1129,6 +1129,10 @@ "key": "highway", "value": "cycleway" }, + { + "key": "highway", + "value": "elevator" + }, { "key": "highway", "value": "footway" diff --git a/dist/locales/en.json b/dist/locales/en.json index a6a73c17f..98829e6a7 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -3188,6 +3188,10 @@ "name": "Cycle Path", "terms": "bike" }, + "highway/elevator": { + "name": "Elevator", + "terms": "lift" + }, "highway/footway": { "name": "Foot Path", "terms": "hike,hiking,trackway,trail,walk"