From 86e765e79b90507d8257dd3fdd6f0267e83bae66 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 5 Aug 2024 12:39:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'data/preset=5Fcategories/?= =?UTF-8?q?airroute=5Flowalt.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/preset_categories/airroute_lowalt.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 data/preset_categories/airroute_lowalt.json diff --git a/data/preset_categories/airroute_lowalt.json b/data/preset_categories/airroute_lowalt.json new file mode 100644 index 0000000..40e538d --- /dev/null +++ b/data/preset_categories/airroute_lowalt.json @@ -0,0 +1,16 @@ +{ + "icon": "iD-highway-unclassified", + "name": "LowAlt Roads", + "members": [ + "highway/motorway", + "highway/trunk", + "highway/primary", + "highway/secondary", + "highway/tertiary", + "highway/motorway_link", + "highway/trunk_link", + "highway/primary_link", + "highway/secondary_link", + "highway/tertiary_link" + ] +} \ No newline at end of file