mapshaper 0.6.46 → 0.6.47
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 +231 -143
- package/package.json +1 -1
- package/www/mapshaper-gui.js +1 -1
- package/www/mapshaper.js +231 -143
package/package.json
CHANGED
package/www/mapshaper-gui.js
CHANGED
|
@@ -11610,7 +11610,7 @@
|
|
|
11610
11610
|
}
|
|
11611
11611
|
|
|
11612
11612
|
gui.clearProgressMessage = function() {
|
|
11613
|
-
clearMsg();
|
|
11613
|
+
if (clearMsg) clearMsg();
|
|
11614
11614
|
// if (gui.progressMessage) gui.progressMessage.hide();
|
|
11615
11615
|
};
|
|
11616
11616
|
|