diff --git a/data/presets/lowalt/trunk.json b/data/presets/lowalt/trunk.json new file mode 100644 index 0000000..0634983 --- /dev/null +++ b/data/presets/lowalt/trunk.json @@ -0,0 +1,47 @@ +{ + "icon": "iD-highway-trunk", + "fields": [ + "name", + "ref_road_number", + "oneway", + "maxspeed", + "lanes", + "expressway-US", + "surface", + "structure", + "access" + ], + "moreFields": [ + "bridge/ref", + "charge_toll", + "covered_no", + "incline", + "junction_line", + "lit", + "maxaxleload_bridge", + "maxheight", + "maxlength", + "maxspeed/advisory", + "maxspeed/hgv", + "maxweight_bridge", + "maxwidth", + "minspeed", + "not/name", + "smoothness", + "toll", + "width" + ], + "geometry": [ + "line" + ], + "tags": { + "highway": "trunk" + }, + "terms": [ + "expressway", + "highway", + "road", + "street" + ], + "name": "LowAlt Trunk" +}