Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KMZ Support to project #36

Open
mcenal opened this issue Nov 13, 2012 · 2 comments
Open

KMZ Support to project #36

mcenal opened this issue Nov 13, 2012 · 2 comments

Comments

@mcenal
Copy link

mcenal commented Nov 13, 2012

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.

@nikg
Copy link
Member

nikg commented Nov 19, 2012

that's awesome! great addition -- particularly like the downloading on KMZ - does SharpKML handle zipping files too?

@mcenal
Copy link
Author

mcenal commented Nov 19, 2012

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants