This PR's first two commits are general house cleaning things that needed done having used the plugin api more extensively.
The main part of this PR sets up the WindowViewer to request info.json responses and then send them to the OpenSeadragonViewer component which handles the changing tilesources.
This approach is very similar to the one implemented in CanvasPanel
Fixes #46
This PR's first two commits are general house cleaning things that needed done having used the plugin api more extensively.
The main part of this PR sets up the
WindowViewer
to request info.json responses and then send them to theOpenSeadragonViewer
component which handles the changing tilesources.This approach is very similar to the one implemented in CanvasPanel