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
This way is rendered as totally inaccessible due to the access_penalty expression (line 330).
Is this the intended behavior? I think no, as access=private is still allowed (even though penalized).
I have changed this behavior in this commit: asamm/brouter@82d3cb7
Feedback welcome.
Thanks for your attention. Radim
The text was updated successfully, but these errors were encountered:
yeah, the access penalties are a bit of a mess. I expanded the simple true/false logic of earlier versions to have a configurable penalty for private and bicycle=no cases (pre-github version, so you won't see the history here). Your change is ok for now (although it disables bicycle=no and bicycle=dismount handling alltogether).
Re-write of access handling is on my todo-list for a long time now, your issue triggered me to actually start thinking about it again. So expect changes regarding this topic from my side in the future. We may discuss penalties for different cases here.
Hello,
consider a sample way tagged like this:
This way is rendered as totally inaccessible due to the access_penalty expression (line 330).
Is this the intended behavior? I think no, as access=private is still allowed (even though penalized).
I have changed this behavior in this commit:
asamm/brouter@82d3cb7
Feedback welcome.
Thanks for your attention. Radim
The text was updated successfully, but these errors were encountered: