Using FME Version: FME(R) 2017.1.1.0 (20170929 - Build 17650 - WIN32)
Getting this error in the FME log:
|ERROR |BADNEWS: Features of the same type must all use the same coordinate system, given 'EPSG:26782' and 'EPSG:32002' (schemscn.cpp:2014)
Each feature has it's own destination coordinate system attribute. Using the Reporjector transformer, I specify the destination coordinate attribute to reproject the feature into a local UTM coordinate system so I can then use the snipper to get an accurate measurement. I get the error above, however, It doesn't stop the workbench from working. I'm afraid it's not reprojecting the geometry correctly. According to the reprojecter documentation each feature is allowed to be reprojected independently. Is this truly an error and if so what do I need to do to reproject each feature independent of each other?
FYI: I tried this with FME 2018 (FME(R) 2018.0.0.2 (20180414 - Build 18301 - WIN64)) and I still get the same behavior.