You must Sign In to post a response.
  • Category: ASP.NET

    How to convert google earth KML File into Images in c# ?

    Hi,
    Friends need help in

    How to convert google earth KML File into Images in c# ?
  • #767667
    Hai Ajit,
    There could be various ways to do this-
    1. You can read the .kml file and add its content toe .kmz file.
    2. You can create the .kml elements programmatically and then convert to a byte array to write to the .kmz.
    3. You can also create the .kmz file using the ZipArchive class(C#).
    Below is the link where you can find the code snippet which uses ZipEntry class to create the .kml and then writing to kml.

    http://stackoverflow.com/questions/39128899/how-to-convert-kml-file-to-kmz-file-in-c-sharp

    Hope it will be helpful to you.

    Regards,
    Pawan Awasthi(DNS MVM)
    +91 8123489140 (whatsApp), +60 14365 1476(Malaysia)
    pawansoftit@gmail.com


  • Sign In to post your comments