Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix snapping nearby boundary of avoid polygons #1717

Open
1 task done
sfendrich opened this issue Mar 6, 2024 · 0 comments
Open
1 task done

Fix snapping nearby boundary of avoid polygons #1717

sfendrich opened this issue Mar 6, 2024 · 0 comments

Comments

@sfendrich
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Problem description

Nearby the boundary of an avoid polygon the start or end point of a route request may snap to a wrong edge. This happens, when the polygon intersects the edge, to which the start point should snap, because this removes the whole edge. The points then snap to different nearby edges, which lead to wrong results.

Proposed solution

Introduce virtual points when snapping with avoid areas.

Additional context

No response

Forum Topic Link

No response

@takb takb added this to To do in ors general Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
ors general
  
To do
Development

No branches or pull requests

1 participant