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:
committed by
Daniel J. H
parent
f2663acfc6
commit
cedeb15ade
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user