Rainer Simon
Rainer Simon
The Place card now shows the no. of related places. But clicking on it doesn't do anything yet. Need to decide what to show on click: e.g. either a list...
Hm. Yes I see your point. Really not sure how to approach it, though (but definitely open to suggestions!) Action listeners on individual nodes would be excellent as well of...
Hi all, thanks @iangilman for pinging me. Yes, I'm working on a WebGL overlay plugin (2D only, not 2.5D!) It's running pretty well by now. It handles rotation, but I...
Hi, is this supposed to be fixed in v4.1.1? I'm still seeing issues with some manifests, although the error behavior is slightly different between 4.1.0 and 4.1.1. Here's an example...
Hi, thanks for looking into this! I wondered about the odd `sizes` array, too (and told the institution about it). But was then puzzled when they showed me that the...
The annotations are rendered as raster graphics on a Canvas element. Unfortunately that means there are no styling options except the color config available through the API. In case this...
Note: Should be possible to do by checking orientation before annotation gets created and then using the appropriate conversion methods (?) of the underlying viewer.
**Note:** while the above example is quite extreme, a simpler case where JavaScript is used to resize the image (e.g. to toggle a thumbnail/fullscreen view, or as part of a...
I guess you are referring to the annotations being stored in a backend? Annotorious doesn't do any server communication or persistence for you. You need to write your own AJAX...
It doesn't matter if your image is from a database. It should still have an src attribute. Check if the src attribute of the image matches up with the src...