From 8e426229e8f18b0354516cc62fc592e90da70f1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Fri, 6 Aug 2021 23:44:19 -0700 Subject: [PATCH] Added Advisory Speed Limit field to Motorway, Trunk Road presets --- data/presets/highway/motorway.json | 1 + data/presets/highway/trunk.json | 1 + 2 files changed, 2 insertions(+) diff --git a/data/presets/highway/motorway.json b/data/presets/highway/motorway.json index 10b3f61d..797c1253 100644 --- a/data/presets/highway/motorway.json +++ b/data/presets/highway/motorway.json @@ -17,6 +17,7 @@ "junction_line", "lit", "maxheight", + "maxspeed/advisory", "maxweight_bridge", "minspeed", "not/name", diff --git a/data/presets/highway/trunk.json b/data/presets/highway/trunk.json index 8de60437..047f4dc1 100644 --- a/data/presets/highway/trunk.json +++ b/data/presets/highway/trunk.json @@ -17,6 +17,7 @@ "junction_line", "lit", "maxheight", + "maxspeed/advisory", "maxweight_bridge", "minspeed", "not/name",