Edirom / Edirom-Online

Edirom Online is a tool for presenting historical-critical music editions in digital form.
GNU General Public License v3.0
19 stars 18 forks source link

Facsimile-View with TEI-Documents #339

Closed obertsalome closed 4 months ago

obertsalome commented 10 months ago

I have a source encoded in a TEI-Document which can not be displayed by the Edirom: in the split-view the encoded transcription can be displayed but unfortunately not the Facsimile. As @nikobeer told me it's a problem with IIIF – so my source is encoded correctly and can be e.g. displayed with a MEI-Document.

<facsimile>
        <surface n="1" xml:id="keyRegisterpage1">
               <graphic type="facsimile" url="https://content.staatsbibliothek-berlin.de/dc/826726860-0005" width="1632" height="2200"/>
        </surface>
</facsimile>

I kindly ask you to make this rendering possible.

nikobeer commented 10 months ago

It "seems" to be a problem with IIIF. There is a IIIF URL in the graphics tag. In the resulting html image tag the href attribute contains only digilib prameters without any URL.

obertsalome commented 7 months ago

Dear developers, is there some kind of update already?