annotorious / annotorious-openseadragon

An OpenSeadragon plugin for annotating high-res zoomable images
https://annotorious.github.io
BSD 3-Clause "New" or "Revised" License
121 stars 42 forks source link

How to get the OpenSeadragon.MouseTracker events #158

Open vivsamcom opened 1 year ago

vivsamcom commented 1 year ago

Hi,

I have included Annotorious Toolbar,Annotorious Selector Pack and it works as expected. I have crop functionality also wherein I am using OpenSeadragon.MouseTracker,OpenSeadragon.Rect to get the croped area. With the inclusion of the Annotorious plugins now I am not able to select the data using OpenSeadragon functions. I have tried to use anno.setDrawingEnabled(true); on click of crop button. However it is not working. Am I missing somethging here?

Mine openseadragon version is 2.4.2 and Annotorious version 2.6.0.

Thanks