Hello @hayleyl, would you be able to share a screenshot of your Reprojector/EsriReprojector transformer parameters? It might be helpful to see what coordinate system you're currently working in, and what you'd like to reproject too. It may also be worth viewing your data in DataInspector or VisualPreview (with background map enabled) to check the data is in the correct location before trying to reproject. Hope this helps, Kailin.
Hello @hayleyl, would you be able to share a screenshot of your Reprojector/EsriReprojector transformer parameters? It might be helpful to see what coordinate system you're currently working in, and what you'd like to reproject too. It may also be worth viewing your data in DataInspector or VisualPreview (with background map enabled) to check the data is in the correct location before trying to reproject. Hope this helps, Kailin.
Hi @kailinatsafe, thanks for your reply!
I actually don't need to use the Reprojector/EsriReprojector as my reader and writer are both in New Zealand Transverse Mercator (EPSG:2193). I tried including those as the error was saying it was a reprojection issue.
I have checked my data in the VisualPreview and it is all in the correct location.
Any pointers as to what I'm missing?
Hi @kailinatsafe, thanks for your reply!
I actually don't need to use the Reprojector/EsriReprojector as my reader and writer are both in New Zealand Transverse Mercator (EPSG:2193). I tried including those as the error was saying it was a reprojection issue.
I have checked my data in the VisualPreview and it is all in the correct location.
Any pointers as to what I'm missing?
Hello @hayleyl, thanks for clarifying! Hmm.. could it be possible the existing feature service you're writing too has a different projection? It sort of seems like FME is trying to reproject on write. If you add a Reprojector transformer and project to Spherical Mercator (EPSG: 3857), are you able to write successfully? Let me know, Kailin.