You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: