Skip to content

Commit 16671a1

Browse files
committed
switch to version v0.2.6 of shpwrite (modified to support JSZip v3)
1 parent 358407a commit 16671a1

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

widgets/Export.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ define([
528528
return;
529529
}
530530

531-
require([this.modulesPath + '/shpwrite.min.js'], lang.hitch(this, function (shpWrite) {
531+
require([this.modulesPath + '/shpwrite-v0.2.6.min.js'], lang.hitch(this, function (shpWrite) {
532532
var options = lang.clone(this.shapefileOptions);
533533
options.wkt = this.proj4DestWKT;
534534
var zipFile = shpWrite.zip(geojson, options);

0 commit comments

Comments
 (0)