mirror of
https://github.com/wavded/js-shapefile-to-geojson
synced 2025-04-07 07:43:36 +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){
|
||||
if (!!url.lastModifiedDate)
|
||||
if (!!(url.lastModifiedDate || url.lastModified))
|
||||
this.handleFile(url, callback);
|
||||
else
|
||||
this.handleUri(url, callback);
|
||||
|
Loading…
x
Reference in New Issue
Block a user