Adds surface=sett to bicycle profile, resolves #3649

References:
- http://taginfo.openstreetmap.org/keys/surface#values
- http://wiki.openstreetmap.org/wiki/Key:surface
This commit is contained in:
Daniel J. Hofmann
2017-02-05 09:54:23 +01:00
committed by Daniel J. H
parent f2663acfc6
commit cedeb15ade
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -88,7 +88,8 @@ surface_speeds = {
["earth"] = 6,
["grass"] = 6,
["mud"] = 3,
["sand"] = 3
["sand"] = 3,
["sett"] = 10
}
-- these need to be global because they are accesed externaly