Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

drawer.addOverlay is deprecated Error #189

Open
imoutsatsos opened this issue Aug 17, 2017 · 4 comments
Open

drawer.addOverlay is deprecated Error #189

imoutsatsos opened this issue Aug 17, 2017 · 4 comments

Comments

@imoutsatsos
Copy link

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
Copy link

gtopsis commented Jan 12, 2018

I have the same error using annotorious with openseagradon tool

@ghost
Copy link

ghost commented Apr 24, 2018

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

@emohankrishna
Copy link

I am getting the same error too.

@GMDIT
Copy link

GMDIT commented Aug 2, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants