1
0
mirror of https://github.com/wavded/js-shapefile-to-geojson synced 2025-12-16 11:14:43 +00:00

updating dbf.js .dbf file for Safari compatibility

This commit is contained in:
Kelton Manzanares
2020-02-10 18:30:19 -06:00
committed by GitHub
parent 39fe6292a3
commit 206ea6d789

2
dbf.js
View File

@@ -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);