mapshaper 0.6.46 → 0.6.48

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mapshaper",
3
- "version": "0.6.46",
3
+ "version": "0.6.48",
4
4
  "description": "A tool for editing vector datasets for mapping and GIS.",
5
5
  "keywords": [
6
6
  "shapefile",
@@ -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