diff --git a/data/presets/presets/highway/footway.json b/data/presets/presets/highway/footway.json index 07e760faa..5adff5df6 100644 --- a/data/presets/presets/highway/footway.json +++ b/data/presets/presets/highway/footway.json @@ -6,7 +6,7 @@ "surface" ], "geometry": [ - "line" + "line", "area" ], "terms": [ "beaten path", @@ -38,4 +38,4 @@ "highway": "footway" }, "name": "Foot Path" -} \ No newline at end of file +} diff --git a/data/presets/presets/highway/pedestrian.json b/data/presets/presets/highway/pedestrian.json new file mode 100644 index 000000000..56a36da1f --- /dev/null +++ b/data/presets/presets/highway/pedestrian.json @@ -0,0 +1,16 @@ +{ + "icon": "highway-pedestrian", + "fields": [ + "access", + "oneway", + "surface" + ], + "geometry": [ + "line", "area" + ], + "tags": { + "highway": "pedestrian" + }, + "terms": [], + "name": "Pedestrian" +}