Rainer Simon

Results 182 issues of Rainer Simon

The label style is currently hard-wired. It should really be included in the NodePainter. (Thx to @nhelke)

Submitted by Sam via Google Group: _I am using annotorious with openseadragon and one issue I am facing is with rotation feature provided in openseadragon._ _When I rotate (say 90...

enhancement

Some pages may manipulate the DOM dynamically, via JavaScript. An example is here, where a click on the "expand" icon will... - remove the IMG from it's parent DIV -...

Support [OpenSeadragon](http://github.com/openseadragon/openseadragon) as annotatable media. Ideally, this could use @dgutman's work to handle shape overlay.

enhancement

By definition, OpenLayers allows situations where the viewport is larger than the image. It may make sense to restrict the annotatable area to the actual image, not the OpenLayers viewport....

enhancement

Currently, calling `.hideAnnotations` will also switch off the ability to create new annotations. It's probably better to change the behavior, so that `.hideAnnotations` only hides the existing annotations, while annotation...

enhancement

Hyperlinked images are currently not treated correctly. Find a solution, e.g.: remove Hyperlink from image and instead add a clickable 'anchor' icon.

enhancement

Internally, Annotorious abstracts 'up', 'down' etc. events so that there is a uniform interface for mouse- and touch-based devices. In order to make selector plugin development easier, it would be...

enhancement

Selector plugin API would benefit from a little cleanup. E.g. selectors should not need to declare their name in a separate .getName method. Also, it would make sense to have...

enhancement

Via @klokantech: "[...] while testing I have realised Annotorious is not able to handle resize of the DIV with the map - which is quite bad for our fullscreen layouts."...