You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is a decision to add to the project or not, but adding fuller support for KMZ files. I was able to modify the uploader with another project that is open source so the DataLoader can open a kml file within a KMZ file. The project that I used is SharpKML off of codeplex and it uses a Zip file framework. So far the implementation was fairly simple by adding references to the new format type, and adding a new KMZ implementation closely based upon the KML implementation for upload in the DataLoader project. I'm now working on seeing if I can get the downloader to also allow to download a KML or KMZ file afterwards from the website.
The text was updated successfully, but these errors were encountered:
I was working on it, but have run out of time on the download part. It should be doable however. SharpKML uses another open source project to handle the zipping called http://dotnetzip.codeplex.com/ It uses a dll for running that part.
I'm not sure if this is a decision to add to the project or not, but adding fuller support for KMZ files. I was able to modify the uploader with another project that is open source so the DataLoader can open a kml file within a KMZ file. The project that I used is SharpKML off of codeplex and it uses a Zip file framework. So far the implementation was fairly simple by adding references to the new format type, and adding a new KMZ implementation closely based upon the KML implementation for upload in the DataLoader project. I'm now working on seeing if I can get the downloader to also allow to download a KML or KMZ file afterwards from the website.
The text was updated successfully, but these errors were encountered: