annotorious-openseadragon
annotorious-openseadragon copied to clipboard
An OpenSeadragon plugin for annotating high-res zoomable images
I have the same problem (https://github.com/recogito/annotorious/issues/207) with this plugin. Have you added a fix here?
Hi Rainer, we already talked about a strange problem with the OSD MouseTracker being corrupted by Annotorious on an iPad device. I was able to observe this corruption only on...
The "mouseLeaveAnnotation" event is not fired if the mouse cursor leaves the OSD canvas at a location where an annotation is cropped by the canvas boundaries, so that the cursor...
The hit test for lines currently returns `true`. Change, so that it actually checks if the mouse is above the line (with a small +/- buffer - a scale dependent...
After double clicking (on 2nd point) we get a line shape but with 3 points where 2 are superimposed, so its a triangle. Edit: unable to select the shape too...
Steps to replicate: Set up an OpenSeadragon instance using a dynamic tile source, initialize the Annotorious OSD plugin. Try to load the Firebase plugin. Error: When annotations are saved, they're...
Hi, I am trying to set annotations and then immediately zoom to those annotations. However, the await doesn't work for me properly. Here's an example: https://stackblitz.com/edit/js-f2v3uc?file=index.js If I use timeout,...
See this comment from the Gitter chat: > Hi, when using betterpolygon, the crosshair wont follow the mouse cursor when making a polygon on drag. How do I fix this?...
Hello, In my application I am listing a set of annotations from database which I don't want to resize but want to edit for comments and tags. With version 2.7.1,...
Same issue as for Annotorious standard version: https://github.com/recogito/annotorious/issues/200