mapshaper 0.5.113 → 0.5.116

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.113",
3
+ "version": "0.5.116",
4
4
  "description": "A tool for editing vector datasets for mapping and GIS.",
5
5
  "keywords": [
6
6
  "shapefile",
@@ -9198,7 +9198,7 @@
9198
9198
  }
9199
9199
  obj.properties.transform = getSvgFurnitureTransform(ext);
9200
9200
  obj.properties.class = 'mapshaper-svg-furniture';
9201
- obj.children = internal.importFurniture(internal.getFurnitureLayerData(lyr), frame);
9201
+ obj.children = internal.importFurniture(internal.getFrameLayerData(lyr), frame);
9202
9202
  return internal.svg.stringify(obj);
9203
9203
  }
9204
9204
 
@@ -10334,7 +10334,7 @@
10334
10334
 
10335
10335
  function getFrameData() {
10336
10336
  var frameLyr = internal.findFrameLayer(model);
10337
- return frameLyr && internal.getFurnitureLayerData(frameLyr) || null;
10337
+ return frameLyr && internal.getFrameLayerData(frameLyr) || null;
10338
10338
  }
10339
10339
 
10340
10340
  function clearAllDisplayArcs() {