From a1b3efe2603d5c2c65fe2af56a87a7621dc02479 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Rodrigo?= Date: Fri, 11 Nov 2022 21:52:54 +0100 Subject: [PATCH] Remove at:urban maxspeed, partial revert of 2bbb347f572ba2778d5ed87d628e20936b6aa44e (#6450) --- profiles/car.lua | 1 - taginfo.json | 1 - 2 files changed, 2 deletions(-) diff --git a/profiles/car.lua b/profiles/car.lua index c832ffdb2..95052d0ec 100644 --- a/profiles/car.lua +++ b/profiles/car.lua @@ -268,7 +268,6 @@ function setup() -- List only exceptions maxspeed_table = { - ["at:urban"] = 40, ["at:rural"] = 100, ["at:trunk"] = 100, ["be:motorway"] = 120, diff --git a/taginfo.json b/taginfo.json index 27e911dbd..85c57071a 100644 --- a/taginfo.json +++ b/taginfo.json @@ -146,7 +146,6 @@ {"key": "maxspeed", "value": "rural"}, {"key": "maxspeed", "value": "trunk"}, {"key": "maxspeed", "value": "motorway"}, - {"key": "maxspeed", "value": "AT:urban"}, {"key": "maxspeed", "value": "AT:rural"}, {"key": "maxspeed", "value": "AT:trunk"}, {"key": "maxspeed", "value": "BE:motorway"},