diff --git a/data/presets/lowalt/motorway_link.json b/data/presets/lowalt/motorway_link.json new file mode 100644 index 0000000..bf454b0 --- /dev/null +++ b/data/presets/lowalt/motorway_link.json @@ -0,0 +1,54 @@ +{ + "name": "Motorway Link", + "icon": "iD-highway-motorway-link", + "fields": [ + "destination_oneway", + "destination/ref_oneway", + "junction/ref_oneway", + "oneway", + "maxspeed", + "lanes", + "surface", + "structure", + "access" + ], + "moreFields": [ + "bridge/ref", + "charge_toll", + "covered_no", + "destination/symbol_oneway", + "incline", + "junction_line", + "lit", + "maxaxleload_bridge", + "maxheight", + "maxlength", + "maxspeed/advisory", + "maxweight_bridge", + "maxwidth", + "ref_road_number", + "smoothness", + "toll", + "width" + ], + "geometry": [ + "line" + ], + "tags": { + "highway": "motorway_link" + }, + "terms": [ + "exit", + "ramp", + "road", + "street", + "on ramp", + "off ramp" + ], + "locationSet": { + "exclude": [ + "ca", + "us" + ] + } +}