I have a complex geometry which contains one vertex that I want to remove.
The 'offending' vertex is in the first element, the PolylineGeometry(35):
The vertext I want to remove:
I tried using something like @takashi suggested in my previous post, but obviously the arcs were lost.
I would like to ONLY remove that one point (and similarly in other complex polygons) and have the rest of the geometry unchanged. I'm an FME neophyte, so is there a way to do that?
Thanks for any help!