diff --git a/data/presets.yaml b/data/presets.yaml index eb4b5e262..d6dc3a04b 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -547,6 +547,9 @@ en: entrance: name: Entrance terms: "" + footway/crossing: + name: Crossing + terms: "" highway: name: Highway terms: "" diff --git a/data/presets/presets.json b/data/presets/presets.json index 163356505..150108c0a 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -1647,6 +1647,23 @@ ], "name": "Entrance" }, + "footway/crossing": { + "fields": [ + "crossing" + ], + "geometry": [ + "line" + ], + "tags": { + "highway": "footway", + "footway": "crossing" + }, + "terms": [ + "crosswalk", + "zebra crossing" + ], + "name": "Crossing" + }, "highway": { "fields": [ "highway" diff --git a/data/presets/presets/footway/crossing.json b/data/presets/presets/footway/crossing.json new file mode 100644 index 000000000..dec18154a --- /dev/null +++ b/data/presets/presets/footway/crossing.json @@ -0,0 +1,17 @@ +{ + "fields": [ + "crossing" + ], + "geometry": [ + "line" + ], + "tags": { + "highway": "footway", + "footway": "crossing" + }, + "terms": [ + "crosswalk", + "zebra crossing" + ], + "name": "Crossing" +} \ No newline at end of file diff --git a/dist/locales/en.json b/dist/locales/en.json index d2f3353d0..4f85d74dd 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -1147,6 +1147,10 @@ "name": "Entrance", "terms": "" }, + "footway/crossing": { + "name": "Crossing", + "terms": "crosswalk,zebra crossing" + }, "highway": { "name": "Highway", "terms": ""