How to process KMZ file in Openlayers 3. Is there any way then please tell me.
var vector = new ol.layer.Vector({
source: new ol.source.KML({
extractStyles: true,
projection: 'EPSG:3857',
url: 'http://www.spc.noaa.gov/products/watch/ActiveWW.kmz'
}),
style: styleFunction
});