Hi,
I am trying to convert Data.zip (523 Bytes)
files to KML and getting ‘500 Invalid geometry: Point latitude is out of [-90, 90] range.’ error message. I have tried 2 different sample files each have error. I am using below code snippet to convert fil
Driver sourceDriver = Drivers.GeoJson;
Driver destinationDriver = Drivers.Kml;
VectorLayer.Convert(inputFilePath, sourceDriver, outputFilePath, destinationDriver);
Please unzip files to test.
Looking forward to hear from you.
Regards,
Naeem