Glen Robson
Glen Robson
Is this related to the following disucssion: https://github.com/cantaloupe-project/cantaloupe/discussions/651?
Hi @jbaiter, we've [recently updated](https://github.com/IIIF/cookbook-recipes/pull/252) the Newspaper recipe with the following changes: * (hopefully) Fixed the annotations * Moved the Alto to rendering rather than seeAlso * Changed the target...
Thanks for including the iiif-content link and looking at the rendering! Ill see if I can figure what is going on with the ALTO. It was generated using tesseract but...
That is weird! but thank you Ill look at updating the ALTO (and annotations).
We can have multiple annotations or multiple services but need to differentiate between them which is covered in: https://github.com/IIIF/iiif-stories/issues/125
Saw examples with the Getty streets of LA project.
Saw demo from Regonito would be good to add examples of this.
Solved by https://github.com/IIIF/iiif-stories/issues/133 and https://github.com/IIIF/iiif-stories/issues/132
Example service on the manifest: ``` "service": { "@context" : "http://geojson.org/geojson-ld/geojson-context.jsonld", "@id" : "http://www.example.org/geojson/paris.json", "type": "Feature", "bbox":[ -10.0, -10.0, 10.0, 10.0] } ```
In production version from @jbhoward-dublin: Manifest: https://data.ucd.ie/api/img/manifests/ucdlib:256179 Object description: https://digital.ucd.ie/view/ucdlib:256179 Note they have encoded a bounding box like: ``` "service": [{ "@context": "http://geojson.org/geojson-context.jsonld", "@id": "https://data.ucd.ie/api/geo/v1/dl/geoFilter=bbox(-9.8582479,53.8633133,-9.4400571, 54.0405075)&format=geojson", "geometry": { "coordinates": [...