Rainer Simon
Rainer Simon
Yes, fully agreed on the polyline feature - I'll put that on the list. (Potentially as an extension to the [Better Polygon plugin](https://github.com/recogito/recogito-client-plugins/tree/main/plugins/annotorious-better-polygon)). Just a question about the rotation feature:...
Hi @AlexMili, a fix for this is underway - hopefully coming on the weekend. (For some background on the issue, you can check [this PR](https://github.com/recogito/recogito-client-plugins/pull/27), which is closed - although...
That's now fixed. Requires both the latest version of Annotorious ([2.7.5](https://www.npmjs.com/package/@recogito/annotorious/v/2.7.5)) & the BetterPolygon plugin ([0.2.0](https://www.npmjs.com/package/@recogito/annotorious-better-polygon/v/0.2.0)) to work.
Argh - yes, of course. It shouldn't delete on triangles, because that would (essentially) create an invalid polygon. I didn't test for that case... I think the desired behavior would...
I'd approach it from a slightly different angle. The method should really just create the handle, IMO. Since it returns the SVG _g_ element, the calling method can still attach...
Good point - yes, this could also achieve zooming. FWIW: you can make the annotation layer adjust to the size of a zoomed image with a little CSS + HTML...
I agree, this could be useful to others. I wouldn't see it as a core feature though. IMO this would work really well as a plugin. The workaround you're suggesting...
See this example on Recogito: https://recogito.pelagios.org/document/p9csuaqia9zz2e/part/1/edit#041053ec-46f1-4cd9-89cd-1971926b3f97 ```json { "@context" : "http://www.w3.org/ns/anno.jsonld", "id" : "https://recogito.pelagios.org/annotation/041053ec-46f1-4cd9-89cd-1971926b3f97", "type" : "Annotation", "generator" : { "id" : "https://recogito.pelagios.org/", "type" : "Software", "name" : "Recogito", "homepage"...
I think we have a similar use case in [Recogito](https://recogito.pelagios.org). We attach bounding boxes to the metadata of every document that includes place references. For an image, the bounding box...
That's also a feature request we've been getting for a while from [Recogito](https://recogito.pelagios.org) users. Right now, users can upload a TIF or JPEG, draw shapes, and get back the shapes...