itinero / routing

The routing core of itinero.
Apache License 2.0
220 stars 70 forks source link

routing instructions do not include names of highways, or interstates, only local streets. #349

Closed tomshouse closed 2 years ago

tomshouse commented 2 years ago

when turning on to a highway, or interstate, instructions just say "Turn Right". we are using OSM. Would this be an issue in the .lua profile?

tomshouse commented 2 years ago

Found the issue. Lua needs to handle link roads that don't have names. The reason we weren't seeing highways, is that because of the link roads, the relative_direction on the actual motorway is always "sraighton" which we were omitting.