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

Map bounds and exclusion areas may intersect #251

Open
Tracked by #246
Indy2222 opened this issue Nov 11, 2022 · 0 comments
Open
Tracked by #246

Map bounds and exclusion areas may intersect #251

Indy2222 opened this issue Nov 11, 2022 · 0 comments

Comments

@Indy2222
Copy link
Collaborator

CDT algorithm is used for map triangulation. Constraint edges are inputted to the algorithm. It is required that there are no intersections among the constraint edges.

An offsetted exclusion area polygon might intersect the (shrunk) map boundary. Solve this by e.g. clipping the exclusion areas to the shrunk map boundary. Make sure that there won't be any issue with coincidental edges (clipped polygon & part of the map boundary).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant