js-shapefile-to-geojson icon indicating copy to clipboard operation
js-shapefile-to-geojson copied to clipboard

Firefox read blob error

Open eflowbeach opened this issue 10 years ago • 0 comments

Hi,

This library works well in Chrome and Internet Explorer, but it fails in Firefox. It never makes it to the function here: var shapefile = new Shapefile( { shp : me.shpurl, dbf : me.dbfurl
}, function(data) { debugger; // never gets here var features = parser.read(data.geojson); vector.addFeatures(features); });

Any ideas? Here is a screenshot of Firebug's output.

error

eflowbeach avatar Mar 27 '14 14:03 eflowbeach