From 2c8ff74831da79d8e1ea5c3e8cd13fc325dd2410 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 5 Aug 2024 14:12:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'data/presets/lowalt/prima?= =?UTF-8?q?ry.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/presets/lowalt/primary.json | 50 ++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 data/presets/lowalt/primary.json diff --git a/data/presets/lowalt/primary.json b/data/presets/lowalt/primary.json new file mode 100644 index 0000000..15003a7 --- /dev/null +++ b/data/presets/lowalt/primary.json @@ -0,0 +1,50 @@ +{ + "icon": "iD-highway-primary", + "fields": [ + "name", + "oneway", + "maxspeed", + "lanes", + "height", + "ref_road_number", + "access" + ], + "moreFields": [ + "bridge/ref", + "charge_toll", + "covered_no", + "cycleway", + "expressway-US", + "flood_prone", + "incline", + "junction_line", + "lane_markings", + "lit", + "maxaxleload_bridge", + "maxheight", + "maxlength", + "maxspeed/advisory", + "maxspeed/hgv", + "maxweight_bridge", + "maxwidth", + "not/name", + "oneway/bicycle", + "parking/side/parking", + "parking/side/orientation", + "smoothness", + "toll", + "trolley_wire", + "width" + ], + "geometry": [ + "line" + ], + "tags": { + "highway": "primary" + }, + "terms": [ + "road", + "street" + ], + "name": "Primary Road" +}