You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I find out during osrm-extract (in the LUA) whether a highway allows a complete drive-through or is only permitted for access or exit?
Let's assume that a highway=service, access=private should not be used to drive through without stopping. However, if there is a stop (waypoint) on the highway, this highway should be usable.
I added after all the wayhandlers finished this debugging part:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How can I find out during osrm-extract (in the LUA) whether a highway allows a complete drive-through or is only permitted for access or exit?
Let's assume that a highway=service, access=private should not be used to drive through without stopping. However, if there is a stop (waypoint) on the highway, this highway should be usable.
I added after all the wayhandlers finished this debugging part:
and got (for a specific highway):
after that i edited the lua and removed the "private" from
and got the same debugging output as above, except
[debug] 133317903 is_startpoint: true
Here are the relevant parts from the settings:
So i'm not sure if my changes prevent OSRM from drive-thru and only allow allows drive in or out?
Regards, Frank
Beta Was this translation helpful? Give feedback.
All reactions