views:

45

answers:

1

How I can read the content in a KMZ (not KML) with JavaScript?

+1  A: 

Well you need to see if it is possible to unzip the files. I would look at this stackoverflow post on using JavaScript. After that you will probably have a string of XML which you will need to convert to XML using the DOM parser.

epascarello