indicate missing page for image number 9999

Issue #75 resolved
Craig Berry created an issue

The mappings to the internet archive IIIF server use an image number of 9999 to indicate there is no matching image for that page. We should display some indicator of this rather than trying to retrieve a non-existent image and then displaying a file not found error.

Comments (1)

  1. Craig Berry reporter

    Resolved with:

    commit ad450ebe7f08e9ad3750bedcc0794d90c20c8a74 (HEAD -> master)
    Author: Craig A. Berry <craigberry@mac.com>
    Date:   Tue Jun 16 17:30:14 2020 -0500
    
        Better handling of missing images
    
        If a 9999 page number has been recorded to indicate a missing
        image, display a message to that effect rather than an error.
    
  2. Log in to comment