From 2580da7f9cb77ec47d81dab55488be85e075939c Mon Sep 17 00:00:00 2001 From: zhongjin Date: Tue, 6 Aug 2024 22:29:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'data/presets/lowalt/prima?= =?UTF-8?q?ry=5Flink.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/presets/lowalt/primary_link.json | 59 +++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 data/presets/lowalt/primary_link.json diff --git a/data/presets/lowalt/primary_link.json b/data/presets/lowalt/primary_link.json new file mode 100644 index 0000000..82fbb45 --- /dev/null +++ b/data/presets/lowalt/primary_link.json @@ -0,0 +1,59 @@ +{ + "name": "Primary Link", + "icon": "iD-highway-primary-link", + "fields": [ + "destination_oneway", + "destination/ref_oneway", + "oneway", + "maxspeed", + "lanes", + "surface", + "structure", + "access" + ], + "moreFields": [ + "bridge/ref", + "charge_toll", + "covered_no", + "cycleway", + "destination/symbol_oneway", + "flood_prone", + "incline", + "junction_line", + "junction/ref_oneway", + "lit", + "maxaxleload_bridge", + "maxheight", + "maxlength", + "maxspeed/advisory", + "maxweight_bridge", + "maxwidth", + "oneway/bicycle", + "parking/side/parking", + "parking/side/orientation", + "ref_road_number", + "smoothness", + "toll", + "trolley_wire", + "width" + ], + "geometry": [ + "line" + ], + "tags": { + "highway": "primary_link" + }, + "terms": [ + "on ramp", + "off ramp", + "ramp", + "road", + "street" + ], + "locationSet": { + "exclude": [ + "ca", + "us" + ] + } +}