mapshaper 0.6.90 → 0.6.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/mapshaper.js +1 -1
- package/package.json +1 -1
- package/www/mapshaper-gui.js +1 -1
- package/www/mapshaper.js +1 -1
package/mapshaper.js
CHANGED
|
@@ -45596,7 +45596,7 @@ ${svg}
|
|
|
45596
45596
|
});
|
|
45597
45597
|
}
|
|
45598
45598
|
|
|
45599
|
-
var version = "0.6.
|
|
45599
|
+
var version = "0.6.91";
|
|
45600
45600
|
|
|
45601
45601
|
// Parse command line args into commands and run them
|
|
45602
45602
|
// Function takes an optional Node-style callback. A Promise is returned if no callback is given.
|
package/package.json
CHANGED
package/www/mapshaper-gui.js
CHANGED
|
@@ -2464,7 +2464,7 @@
|
|
|
2464
2464
|
await internal.writeFiles(files, {save_to_download_folder: true});
|
|
2465
2465
|
}
|
|
2466
2466
|
} else if (files.length == 1) {
|
|
2467
|
-
await
|
|
2467
|
+
await utils$1.promisify(saveBlobToLocalFile)(files[0].filename, new Blob([files[0].content]));
|
|
2468
2468
|
} else {
|
|
2469
2469
|
filename = internal.getCommonFileBase(utils$1.pluck(files, 'filename')) || "output";
|
|
2470
2470
|
await utils$1.promisify(saveZipFile)(filename + ".zip", files);
|
package/www/mapshaper.js
CHANGED
|
@@ -45596,7 +45596,7 @@ ${svg}
|
|
|
45596
45596
|
});
|
|
45597
45597
|
}
|
|
45598
45598
|
|
|
45599
|
-
var version = "0.6.
|
|
45599
|
+
var version = "0.6.91";
|
|
45600
45600
|
|
|
45601
45601
|
// Parse command line args into commands and run them
|
|
45602
45602
|
// Function takes an optional Node-style callback. A Promise is returned if no callback is given.
|