Hello,
I discovered the CoordinateReplacer, a great strong transformer for many purposes.But now I have the following issue with it:
I got 2 coördinates with different xy but equal z values. Of one of these coordinates I need to replace the values by a new value. CoordinateReplacer seems a great way to do that. However, it also replaces the z-value of the correct coordinate. I was hoping it would only replace the z-value if he'd found matching x- and y- values as well, but unfortunately it seems to work more like an OrdinateReplacer. Does anyone have any idea how to workaround this?