esmero / archipelago-deployment

Archipelago Commons Docker Deployment Repository
33 stars 15 forks source link

ISSUE-209: 1.0.0 IIIF V3 CWS Annotations not showing in mirador. #233

Closed aksm closed 1 year ago

aksm commented 1 year ago

Resolves #209.

Went with the following in place of the original replace filter:

{% set mirador_path = annotation.target.selector.value|striptags('<polygon>')|split('"') %}
               {% set mirador_path = mirador_path[1] %}

Hopefully there are no other variations that this doesn't cover.

aksm commented 1 year ago

Closing and remaking against 1.1.0 with corrections.