ProjectMirador / research-and-demos

Proofs of concept for Mirador 3
10 stars 8 forks source link

Adds next and previous controls to the WindowViewer component #98

Closed mejackreed closed 5 years ago

mejackreed commented 5 years ago

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 the OpenSeadragonViewer component which handles the changing tilesources.

This approach is very similar to the one implemented in CanvasPanel

aeschylus commented 5 years ago

Awesome!