diff --git a/data/presets/lowalt/residential.json b/data/presets/lowalt/residential.json new file mode 100644 index 0000000..5498b16 --- /dev/null +++ b/data/presets/lowalt/residential.json @@ -0,0 +1,48 @@ +{ + "icon": "iD-highway-residential", + "fields": [ + "name", + "oneway", + "maxspeed", + "lanes", + "surface", + "structure", + "access" + ], + "moreFields": [ + "bridge/ref", + "covered_no", + "cycleway", + "bicycle_road", + "cyclestreet-BE-NL", + "flood_prone", + "incline", + "junction_line", + "lane_markings", + "lit", + "maxaxleload_bridge", + "maxheight", + "maxlength", + "maxspeed/advisory", + "maxweight", + "maxwidth", + "not/name", + "oneway/bicycle", + "parking/side/parking", + "parking/side/orientation", + "smoothness", + "trolley_wire", + "width" + ], + "geometry": [ + "line" + ], + "tags": { + "highway": "residential" + }, + "terms": [ + "road", + "street" + ], + "name": "Residential Road" +} \ No newline at end of file