Hello,
I have lines (linestring) that intersect forming Multilinestring. I would like to know if it possible to "force" them to keep the Linestring format?
Example: here is a network with a loop (in red)
On FME, I tried a deagregator which gives me 3 polylines , 3 linestring. Ok it's good! But I want juste one line and impossible for me to find how to merge these 3 lines without convert all in Multilinestring.
I tried the LineCombiner but nothing happens, I still had my 3 lines.Any help would be appreciated :)
Thanks you