diff --git a/data/presets/area/footway.json b/data/presets/area/footway.json new file mode 100644 index 00000000..f82f0b7d --- /dev/null +++ b/data/presets/area/footway.json @@ -0,0 +1,21 @@ +{ + "fields": [ + "surface" + ], + "geometry": [ + "area" + ], + "terms": [ + "area:highway", + "edge of pavement", + "footway area", + "footway shape", + "pavement", + "sidewalk shape", + "sidewalk area" + ], + "tags": { + "area:highway": "footway" + }, + "name": "Footway Area" +}