Add maxspeed=none tag to car profile.
maxspeed=none means there is no explicit maxspeed limit. Set to guestimate for driving on the Autobahn. References: - https://github.com/Project-OSRM/osrm-backend/issues/2145 - http://wiki.openstreetmap.org/wiki/Key:maxspeed - http://taginfo.openstreetmap.org/tags/maxspeed=none - http://wiki.openstreetmap.org/wiki/OSM_tags_for_routing/Maxspeed
This commit is contained in:
parent
9f515dad09
commit
be15a3b739
@ -124,7 +124,8 @@ maxspeed_table = {
|
||||
["gb:motorway"] = (70*1609)/1000,
|
||||
["uk:nsl_single"] = (60*1609)/1000,
|
||||
["uk:nsl_dual"] = (70*1609)/1000,
|
||||
["uk:motorway"] = (70*1609)/1000
|
||||
["uk:motorway"] = (70*1609)/1000,
|
||||
["none"] = 140
|
||||
}
|
||||
|
||||
-- set profile properties
|
||||
|
Loading…
Reference in New Issue
Block a user