makinacorpus / Leaflet.FileLayer

Loads files locally (GeoJSON, KML, GPX) as layers using HTML5 File API
http://makinacorpus.github.io/Leaflet.FileLayer/
MIT License
270 stars 91 forks source link

Support KMZ #9

Open jpeterson opened 10 years ago

jpeterson commented 10 years ago

Have you looked into how KMZ files could be supported? Given the nature of KMZ, I'm guessing it would just be a matter of getting to the archived .kml file zipped up inside... this looks promising as a starting point: http://gildas-lormeau.github.io/zip.js/

I may fork and implement this anyway, but wanted to see if it was on your roadmap.

leplatrem commented 10 years ago

Looks like a very good idea! It's not on my roadmap so far, so I would be pleased to welcome your experiments ! .kmz is gzip though :)

johnd0e commented 5 years ago

https://github.com/kobesin/GeoConvert/blob/master/src/KMZ.js

Luen commented 3 years ago

This fork supports KMZ - https://github.com/kevincwq/Leaflet.FileLayer