Hello FMEers !
I am struggling with a specific issue : for various reasons, I applied a very small buffer on a set of lines (IFMEMultiCurve), just to apply a CenterLineReplacer right after (on "Approximate Center Line" mode) . By doing so, I was hoping to get rid of geometry issues, but in the end, I am getting some brand new issues !
On some portions of the resulting lines are actually many small segments which are (or seem) colinear :It also seems that some segments have a lengh of 0 : starting and ending points have the exact same coordinates.
Is it possible to avoid this kind of side effects ?
Or to fix the kind of issues ? I don't care about the global line direction, and merging some not-perferctly-colinear segments would not be a problem.
(I tried some LineOnLineOverlayer, Matcher, LineCombiner, but none of them seem to do what I want.)
Here is a geojson file resulting from such process : "file] (link is valid for a month)
Thanks in advance ! 😃