mapshaper 0.5.80 → 0.5.84

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.5.80",
3
+ "version": "0.5.84",
4
4
  "description": "A tool for editing vector datasets for mapping and GIS.",
5
5
  "keywords": [
6
6
  "shapefile",
@@ -5986,7 +5986,6 @@
5986
5986
  return parent.querySelector(sel);
5987
5987
  }
5988
5988
 
5989
-
5990
5989
  function getTextTarget3(e) {
5991
5990
  if (e.id > -1 === false || !e.container) return null;
5992
5991
  return getSymbolNodeById(e.id, e.container);