@abi-software/flatmapvuer 1.4.2 → 1.4.3

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": "@abi-software/flatmapvuer",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "license": "Apache-2.0",
5
5
  "files": [
6
6
  "dist/*",
@@ -43,7 +43,7 @@
43
43
  "./src/*": "./src/*"
44
44
  },
45
45
  "dependencies": {
46
- "@abi-software/flatmap-viewer": "3.1.4",
46
+ "@abi-software/flatmap-viewer": "3.1.7",
47
47
  "@abi-software/map-utilities": "1.1.0",
48
48
  "@abi-software/sparc-annotation": "0.3.1",
49
49
  "@abi-software/svg-sprite": "1.0.0",
@@ -1514,7 +1514,7 @@ export default {
1514
1514
  this.mapImp.zoomToGeoJSONFeatures(gid, {noZoomIn: true})
1515
1515
  } else {
1516
1516
  // reset visibility of paths
1517
- this.mapImp.selectGeoJSONFeatures("-1")
1517
+ this.mapImp.unselectGeoJSONFeatures()
1518
1518
  payload.selections.forEach((item) => {
1519
1519
  let show = payload.checked.includes(item.taxon)
1520
1520
  this.mapImp.enableConnectivityByTaxonIds(item.taxon, show)