Hi, I have problems with the configuration car.lua .
my car profile ....
speed_profile = {
["motorway"] = 90,
["motorway_link"] = 45,
["trunk"] = 85,
["trunk_link"] = 40,
["primary"] = 65,
["primary_link"] = 30,
["secondary"] = 55,
["secondary_link"] = 20,
["tertiary"] = 20,
["tertiary_link"] = 20,
["unclassified"] = 5,
["residential"] = 5,
["living_street"] = 10,
["service"] = 15,
-- ["track"] = 5,
["ferry"] = 5,
["movable"] = 5,
["shuttle_train"] = 10,
["default"] = 10
}
in the file osm Via Tristani!!
This road should be traveled at 5 km/h -> min(5,50,nil)-> 5!!!! (nil=asphalt);
but the time is
["2","Via Tristani",72,3,7,"72m","SE",119,1] -> 37km/h why?????????????
I tried everything . help me please!!!!!!!!
Hi, I have problems with the configuration car.lua .
my car profile ....
speed_profile = {
["motorway"] = 90,
["motorway_link"] = 45,
["trunk"] = 85,
["trunk_link"] = 40,
["primary"] = 65,
["primary_link"] = 30,
["secondary"] = 55,
["secondary_link"] = 20,
["tertiary"] = 20,
["tertiary_link"] = 20,
["unclassified"] = 5,
["residential"] = 5,
["living_street"] = 10,
["service"] = 15,
-- ["track"] = 5,
["ferry"] = 5,
["movable"] = 5,
["shuttle_train"] = 10,
["default"] = 10
}
in the file osm Via Tristani!!
This road should be traveled at 5 km/h -> min(5,50,nil)-> 5!!!! (nil=asphalt);
but the time is
["2","Via Tristani",72,3,7,"72m","SE",119,1] -> 37km/h why?????????????
I tried everything . help me please!!!!!!!!