I have country border lines as a polygon and want to convert them in polylines....but the result should be that tere is only one line on a common border.....so no double lines...
Thanks and Greetz
Franco
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
i tried that....he splits the polygons in polylines...thats ok...but i have two lines on a acommon border...can i remove that when they are same in geometry?
The TopologyBuilder generates a single line for a shared boundary of adjacent areas if the boundary lines exactly match. I guess there are slight gaps between them.
If so, the Matcher doesn't work as expected unfortunately.
If i use topology builder on community dataset (community borders), wich is topoligy correct, no gaps no overlaps, it does create 2x the edges where they match.
Franco is right, so a matcher is required. Also it must be set to lenient matching else it will not match (wich i find strange).