From 3649ab4d31eefa68a84efeb07aac6f5f9264cc2b Mon Sep 17 00:00:00 2001 From: Michael Krasnyk Date: Tue, 2 Jan 2018 18:17:09 +0100 Subject: [PATCH] Use default maxspeed value for ua:urban --- profiles/car.lua | 1 - taginfo.json | 1 - 2 files changed, 2 deletions(-) diff --git a/profiles/car.lua b/profiles/car.lua index 8f941036b..f4467d596 100644 --- a/profiles/car.lua +++ b/profiles/car.lua @@ -282,7 +282,6 @@ function setup() ["ru:living_street"] = 20, ["ru:urban"] = 60, ["ru:motorway"] = 110, - ["ua:urban"] = 50, ["uk:nsl_single"] = (60*1609)/1000, ["uk:nsl_dual"] = (70*1609)/1000, ["uk:motorway"] = (70*1609)/1000, diff --git a/taginfo.json b/taginfo.json index 8947436d2..4608fd9a2 100644 --- a/taginfo.json +++ b/taginfo.json @@ -172,7 +172,6 @@ {"key": "maxspeed", "value": "RU:living_street"}, {"key": "maxspeed", "value": "RU:urban"}, {"key": "maxspeed", "value": "RU:motorway"}, - {"key": "maxspeed", "value": "UA:urban"}, {"key": "maxspeed", "value": "UK:nsl_single"}, {"key": "maxspeed", "value": "UK:nsl_dual"}, {"key": "maxspeed", "value": "UK:motorway"},