Connect shortest list of line strings to each other #895
Unanswered
mohammedX6
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[Repost]
This is a problem with almost the same as my problem but I could not understand R language nor the algorithm he used
Suppose I have a list of line strings, I want to connect the green line to the shortest polygon line (The pink line), forming a new closed polygon like in the screenshot below.
This is what I have done so far...
The problem is only one line is detected which is not the shortest, not the longest.
I want ideas or hints that solve my problem
Note: I am using dart_jts which is a port to flutter.
Beta Was this translation helpful? Give feedback.
All reactions