annotorious-v1
annotorious-v1 copied to clipboard
drawer.addOverlay is deprecated Error
Trying to use annotorius with Openseadragon v2.2.1 I receive the following error as soon as I click on the 'save' button

I have the same error using annotorious with openseagradon tool
Did anyone figure out a solution to this? I have the same problem.
I am getting the same error too.
I've resolved it changing those two calls:
this.T.drawer.addOverlay(c, b)
this.T.drawer.removeOverlay(c, b)
in
this.T.addOverlay(c, b)
this.T.removeOverlay(c, b)
on annotoriuous.min.js