Replies: 1 comment
-
Hi! I think that looking only on extraction stage log is not enought to be sure. I'd prefer to test routing on result graf for 100% proof. What about your config for access_tags:
If we set a waypoint on a restricted segment, OSRM internally allows accessing that segment for entry/exit, even if it's otherwise not traversable. So, can you test a with and without Seems like that. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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