In microdraw.js the function microdrawDBLoad is empty, and it's instantiated when the tool save.js is loaded. However, when a dataset is first loaded, the empty microdrawDBLoad function gets called, and no annotation is displayed.
we should make sure that microdrawDBLoad is instantiated before loading annotations. A solution would be to bring back microdrawDBLoad to microdraw.js (it's weird to have it in save.js anyway)
In
microdraw.js
the functionmicrodrawDBLoad
is empty, and it's instantiated when the toolsave.js
is loaded. However, when a dataset is first loaded, the emptymicrodrawDBLoad
function gets called, and no annotation is displayed.we should make sure that
microdrawDBLoad
is instantiated before loading annotations. A solution would be to bring backmicrodrawDBLoad
tomicrodraw.js
(it's weird to have it insave.js
anyway)