diff --git a/cypress/fixtures/minimap_hr.png b/cypress/fixtures/minimap_hr.png index 9eabdb2f..c83b46ee 100644 Binary files a/cypress/fixtures/minimap_hr.png and b/cypress/fixtures/minimap_hr.png differ diff --git a/cypress/fixtures/minimap_lr.png b/cypress/fixtures/minimap_lr.png index f50b2a86..9cd4efe5 100644 Binary files a/cypress/fixtures/minimap_lr.png and b/cypress/fixtures/minimap_lr.png differ diff --git a/package-lock.json b/package-lock.json index b3a09580..5b4c791e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.21.0", "license": "Apache-2.0", "dependencies": { - "@abi-software/flatmapvuer": "1.16.0", + "@abi-software/flatmapvuer": "1.17.0", "@abi-software/map-side-bar": "2.18.0", "@abi-software/map-utilities": "1.11.0", "@abi-software/plotvuer": "1.3.0", @@ -72,9 +72,9 @@ } }, "node_modules/@abi-software/flatmapvuer": { - "version": "1.16.0", - "resolved": "https://registry.npmjs.org/@abi-software/flatmapvuer/-/flatmapvuer-1.16.0.tgz", - "integrity": "sha512-uuTEHF8VTlj8h2dFLxISwKc24meQBAL9UdmNJckRtprE+/GFpZ7DWOuIsqU3Swmd4Bq/vPponAkCAiUhIwQE8Q==", + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/@abi-software/flatmapvuer/-/flatmapvuer-1.17.0.tgz", + "integrity": "sha512-qfO3KSkL5yDLwM6l3liOwirfS1c6Iz5+M9FA6xippxjK/q0I0SdOieKK5Q1J6VmWsQSzC8y8ro9+dm6T6E8sLQ==", "license": "Apache-2.0", "dependencies": { "@abi-software/map-utilities": "1.11.0", diff --git a/package.json b/package.json index b16800c9..6c2709f4 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "*.js" ], "dependencies": { - "@abi-software/flatmapvuer": "1.16.0", + "@abi-software/flatmapvuer": "1.17.0", "@abi-software/map-side-bar": "2.18.0", "@abi-software/map-utilities": "1.11.0", "@abi-software/plotvuer": "1.3.0", diff --git a/src/mixins/DynamicMarkerMixin.js b/src/mixins/DynamicMarkerMixin.js index 59a487da..5d66569a 100644 --- a/src/mixins/DynamicMarkerMixin.js +++ b/src/mixins/DynamicMarkerMixin.js @@ -9,7 +9,7 @@ const removeDuplicates = function (arrayOfAnything) { JSON.parse(e) ) } - + /* eslint-disable no-alert, no-console */ export default { computed: { @@ -43,8 +43,8 @@ export default { let markers = this.settingsStore.globalSettings.displayMarkers ? this.settingsStore.markers : []; markers = removeDuplicates(markers); flatmapImp.clearMarkers(); - flatmapImp.clearDatasetMarkers(); - flatmapImp.addDatasetMarkers(markers); + flatmapImp.clearClusteredAnatomicalMarkers(); + flatmapImp.addClusteredAnatomicalMarkers(markers); // Set the featured markers if (this.entry.type === "MultiFlatmap") {