annotorious-v1 icon indicating copy to clipboard operation
annotorious-v1 copied to clipboard

drawer.addOverlay is deprecated Error

Open imoutsatsos opened this issue 8 years ago • 4 comments

Trying to use annotorius with Openseadragon v2.2.1 I receive the following error as soon as I click on the 'save' button image

imoutsatsos avatar Aug 17 '17 20:08 imoutsatsos

I have the same error using annotorious with openseagradon tool

gtopsis avatar Jan 12 '18 11:01 gtopsis

Did anyone figure out a solution to this? I have the same problem.

ghost avatar Apr 24 '18 14:04 ghost

I am getting the same error too.

emohankrishna avatar May 18 '18 06:05 emohankrishna

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

GMDIT avatar Aug 02 '18 22:08 GMDIT