From cfe6040d1b7ecc161597cc178dd08e539e5b54e2 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Tue, 6 Aug 2024 22:32:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'data/presets/lowalt/resid?= =?UTF-8?q?ential.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/presets/lowalt/residential.json | 48 ++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 data/presets/lowalt/residential.json 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