Hi,
I am having an issue converting data from an ESRI SDE connection to KML file in FME due to 1.3m shift from the same conversion in ArcMap.
My SDE data is NAD 83, UTM Zone 10N (WKID: 26910). I have no issues connecting to the SDE, I get the same 1.3m shift using a Writer or a FeatureWriter. I do get a warning of:
NOT changing coordinate system of reader identified by keyword `GEODATABASE_SDE_1' from `EPSG:26910' to `_UTM83-10_0' -- mapping file setting of `EPSG:26910' overrides coordinate system `_UTM83-10_0' read from fileIf I put the SDE coordinate system of "UTM83-10", I still get the same error.
Once exported, regardless of which coordinate system i use, the 1.3m shift is still present in the kml. I have exported from the SDE into both a file geodatabase and shapefiles and repeated the same process and I get the same results.
If I re-import the KML into FME to a shapefile and compare to the original in ArcMap, there is no shift.
If I import the same kml directly in ArcMap the shift is still present.
I have tried playing with the EsriReprojector tool in FME (and the standard Reprojector) but I have been unable to solve the issue.
I know I have a 1.3m shift due to the ESRI "Layer to KML" tool to produce the same KML data. I need to be able to convert the data in FME due to the 40+ datasets I am converting on a regular basis to various formats.
Thanks!