I am creating kml from csv files derived from Oracle Spatial data in UTM coords. The kml is consumed in an app that overlays it with GeoPDF files also in UTM coords...because of this the kml placemarks are shifted...?
Thanks,
Mike
I am creating kml from csv files derived from Oracle Spatial data in UTM coords. The kml is consumed in an app that overlays it with GeoPDF files also in UTM coords...because of this the kml placemarks are shifted...?
Thanks,
Mike
The automatic conversion omay be prevented through removing coordinate system definition from the features before writing them into KML. Try the CoordinateSystemRemover transformer.
Takashi
So, you may have to re-convert the coordinate system from LL-WGS84 to UTM when writing GeoPDF.
Takashi