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
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
Use topologybuilder, input the lines.
Output lines is result u wish.
Output sinlgematched and not matched.
If so, the Matcher doesn't work as expected unfortunately.
Firstly check if there are such gaps.
You would expect that, but it is not true.
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).
Maybe the transformer is flawed?
the interesting thing that the result is that sometimes there is only one line, sometimes there are two lines....hmmm...
When u enter the areas in the topologybuilder this is true, u get 1 line at borders. (wich is where Takashi is right..)
When u coerce them first to polylines and enter the polylines in the topology builder, you get double lines at borders..
I always can get single lines for common boundaries, if those are exactly match.
Strange.