usamacpp / geoxml3

Automatically exported from code.google.com/p/geoxml3
0 stars 0 forks source link

Add support for KMZ files #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have a need for this, so I am planning on a patch to fix this.  There looks 
to be a good unzipper for JS here: 
http://stackoverflow.com/questions/2095697/unzip-files-using-javascript

I'll try this out and hopefully get the feature implemented.

Original issue reported on code.google.com by sineswi...@gmail.com on 3 Feb 2012 at 4:07

GoogleCodeExporter commented 9 years ago
An implementation that doesn't _require_ the unzip functionality would be 
preferable.  If someone needs it, they can include the appropriate javascript 
file.

I think I looked at doing that, but it significantly increases the time to load 
the file.

Original comment by geocodezip on 3 Feb 2012 at 10:43

GoogleCodeExporter commented 9 years ago
Yeah, I'm planning that.  Basically, they will need the unzip module (and 
jQuery) if they expect to load any KMZ files.  But, if it's pure KML, the 
GeoXML module will work without it.

Original comment by sineswi...@gmail.com on 6 Feb 2012 at 6:22

GoogleCodeExporter commented 9 years ago

Original comment by geocodezip on 22 Feb 2012 at 1:42

GoogleCodeExporter commented 9 years ago
under development in kmz branch:

http://code.google.com/p/geoxml3/source/browse/branches/kmz/

see issue 53 for more details

http://code.google.com/p/geoxml3/issues/detail?id=53

Original comment by geocodezip on 22 Feb 2012 at 1:46

GoogleCodeExporter commented 9 years ago
fixed in kmz branch

Original comment by geocodezip on 23 Feb 2012 at 5:00