mirror of
https://github.com/wavded/js-shapefile-to-geojson
synced 2024-11-23 14:34:54 +00:00
updating dbf.js .dbf file for Safari compatibility
This commit is contained in:
parent
39fe6292a3
commit
206ea6d789
2
dbf.js
2
dbf.js
@ -56,7 +56,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
var DBF = function(url, callback){
|
var DBF = function(url, callback){
|
||||||
if (!!url.lastModifiedDate)
|
if (!!(url.lastModifiedDate || url.lastModified))
|
||||||
this.handleFile(url, callback);
|
this.handleFile(url, callback);
|
||||||
else
|
else
|
||||||
this.handleUri(url, callback);
|
this.handleUri(url, callback);
|
||||||
|
Loading…
Reference in New Issue
Block a user