From 8a0c019f4aebd05a64aa1739902433b6ee61054a Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 5 Aug 2024 14:13:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'data/presets/lowalt/secon?= =?UTF-8?q?dary.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/presets/lowalt/secondary.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/presets/lowalt/secondary.json diff --git a/data/presets/lowalt/secondary.json b/data/presets/lowalt/secondary.json new file mode 100644 index 0000000..25374c3 --- /dev/null +++ b/data/presets/lowalt/secondary.json @@ -0,0 +1,20 @@ +{ + "icon": "iD-highway-secondary", + "fields": [ + "{lowalt/primary}" + ], + "moreFields": [ + "{lowalt/primary}" + ], + "geometry": [ + "line" + ], + "tags": { + "highway": "secondary" + }, + "terms": [ + "road", + "street" + ], + "name": "Secondary Road" +} \ No newline at end of file