Rainer Simon
Rainer Simon
In fact, the main work, in this case, is implementing the UI controls (sliders etc.). The actual processing is neatly [available through the OpenLayers API](http://openlayers.org/en/v3.0.0/examples/brightness-contrast.html). Code needs to go somewhere...
Thanks for this (and the other issues)! I agree - making text/image clickable sounds like a good idea. I tend to be sceptical of UI functionality that's implicit though (even...
Hi @nichtich, I think all of this will come, with time :-) (@kgeographer will know more.) But for the mean time, there is this (interim?) schema that some have started...
In Pelagios we use skos:broadMatch as a means to point to broader concepts in __other__ gazetteers. (E.g. to say that a specific place/neighborhood/etc. in my gazetteer belongs to the larger...
Yes, I agree the spec isn't very clear here.... But I think the key fine print here is that the spec speaks about the `geometry` object. We've been representing `features`s...
A workspace/playground repo for this is at: https://github.com/IIIF-Commons/osd-canvasworld-annotorious/ Code Sandbox: https://codesandbox.io/s/github/IIIF-Commons/osd-canvasworld-annotorious A development branch is currently set up under `multi-image`.
Unfortunately, there's no progress on this yet. I've been wanting to look into this. But frankly, it kept dropping down the priority list, since none of my day job projects...
- Yes, the `add-overlay` event for getting dimensions sounds right. - `viewportToImageCoordinates` (and vice versa) doesn't work in multi-image mode (see [docs here](https://openseadragon.github.io/docs/OpenSeadragon.Viewport.html#viewportToImageCoordinates)). But there are similar methods on the...
Thanks so much for digging into this! I'll can probably look into this more closely on the weekend. But meanwhile I also wanted to point to issue #52, which is...
This sounds like a good approach to managing multiple images. I think this should also allow the re-use of the drawing tools without modification. Extensions to the Annotator will probably...