annotorious / annotorious-v1

Project has moved to http://github.com/annotorious/annotorious
https://annotorious.com
MIT License
593 stars 142 forks source link

drawer.addOverlay is deprecated Error #189

Open imoutsatsos opened 7 years ago

imoutsatsos commented 7 years ago

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

gtopsis commented 6 years ago

I have the same error using annotorious with openseagradon tool

ghost commented 6 years ago

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

emohankrishna commented 6 years ago

I am getting the same error too.

GMDIT commented 6 years ago

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