Hello,
I'm stuck on trying to transform attributes in a DWG to a GDB , and am encountering a projection error. This is specifically for the DWG's annotation/text - the line and area geometry is successful. The projection is from Perth Coastal Grid 1994 (PCG94) projection to WGS1984 Web Mercator Auxillary Sphere (EPSG:3857). The error messages are below:
Reprojector: Reprojection failed
Reproject: Failed to reproject these attribute pairs: autocad_alignment_x / autocad_alignment_y
EsriReprojector_4: Reproject: Could not reproject the geometry of the preceding feature: Reprojector: Could not reproject feature from `_FME_1' to `_SPHERICAL_MERCATOR_0'. Coordinates out of range
I've separated out the line/area and text geometries to test the success of each. I've tried using the 2DForcer to no avail. I've also tried using a Tester to filter out potential 'problem' annotation layers but every single one is getting caught. I'm aware of Csmapprojector, however PCG94 is not on there, only PCG20.
The scaler is there to set the scale factors at 0.001 as PCG94 operates in milimeters.
I'm using FME Workbench 2018.1 if that helps.