digitalutsc / islandora_web_annotations

An Islandora module that enables annotation on Islandora objects, following the W3C Web annotation model.
GNU General Public License v3.0
7 stars 5 forks source link

Hiding Clip Image tool for large image #121

Closed MarcusBarnes closed 7 years ago

MarcusBarnes commented 7 years ago

Some users have reported that they would like to be able to hide the Clip Image tool that appears when using the Open Seadragon viewer used with large image annotations.

image

This may best be addressed as an enhancement to Islandora OpenSeadragon. It may be useful to provide a way to do this either within Islandora Web Annotations code or in the documentation plus a gist until it becomes available as a viewer configuration option.

MarcusBarnes commented 7 years ago

Following up to my previous comment, the clipper is actually created in the large image solution pack code. Islanodra OpenSeadragon only makes some adjustments to the clipper.

Natkeeran commented 7 years ago

https://github.com/digitalutsc/islandora_web_annotations/pull/122 addresses this issue.