Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SimpleAnnotationServerV2Adapter.js #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 24, 2021

  1. Update SimpleAnnotationServerV2Adapter.js

    Using SimpleAnnotationServerV2Adapter.js with Mirador 3.1.1. and mirador-annotation plugin 0.5.0, it appears that the V3 annotation structure has changed slightly.  This causes line 80 (full: v3anno.target.source.id) of SimpleAnnotationServerV2Adapter.js not to fucntion properly.
    
    changing line 80: full: v3anno.target.source.id
    to: full: v3anno.target.source
    
    fixes the issue and enables SimpleAnnotationServerV2Adapter.js to output the correct canvasID s
    rchavez-neu authored May 24, 2021
    Configuration menu
    Copy the full SHA
    f49ffa2 View commit details
    Browse the repository at this point in the history