AnatomicMaps / flatmap-viewer

0 stars 7 forks source link

flatmap.clearMakers() not working in 2.7.2 #27

Closed Tehsurfer closed 2 months ago

Tehsurfer commented 2 months ago

can reproduce this by loading up a flatmap, adding enough markers that they cluster, and then trying to remove them ie:

      component.mapImp.addMarker('UBERON:0016508')
      component.mapImp.addMarker('ILX:0793082')
      component.mapImp.addMarker('ILX:0793082')
      component.mapImp.addMarker('UBERON:0002080')
      component.mapImp.addMarker('ILX:0793082')
      component.mapImp.addMarker('ILX:0793082')
      component.mapImp.addMarker('UBERON:0002080')
      component.mapImp.clearMarkers()

result of the above is this screenshot:

image

dbrnz commented 2 months ago

Closed with commit 7ee8b73.