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"},