ASP.NET code to convert form file to kmz file

Is there any ASP.NET code to convert the form file to kmz file. Please give me a solution for this. I've searched a lot. But didn't find any solution. Please help me

+3


source to share


1 answer


Here's a C # project for converting to KML that might be useful as a starting point. http://www.reimers.dk/files/esri-shapefile-to-kml

More details: http://www.reimers.dk/jacob-reimers-blog/esri-shapefile-to-kml-converter

You must use the .NET API System.IO.Compression to turn the resulting KML into KMZ. Details of the KMZ format:



https://developers.google.com/kml/documentation/kmzarchives

http://www.codeproject.com/Questions/394726/Converting-kml-to-kmz

0


source







All Articles