mirror of
https://github.com/wavded/js-shapefile-to-geojson
synced 2024-11-23 06:24:55 +00:00
Merge pull request #9 from mcclintock-lab/complete-when-missing-dbf
Ensuring callback provided to Shapefile constructor is executed even if a dbf file is not provided
This commit is contained in:
commit
0a4e415daa
@ -85,7 +85,7 @@
|
||||
that.addDBFDataToGeoJSON(data)
|
||||
that._postMessage()
|
||||
})
|
||||
else this._postMessage
|
||||
else this._postMessage()
|
||||
}
|
||||
|
||||
Shapefile.prototype = {
|
||||
|
Loading…
Reference in New Issue
Block a user