Support » Plugin: Zoom OpenSeadragon » Ajax 404 with zoomimages="/x.dzi"

  • Hey Alexey,

    I am not getting my DZIs embed with the zoomimages shortcode. And I can’t find my mistake -> AJAX request returned 404, help pls 🙂

    I might not use the right path or file or export (settings), you pls tell me:

    Originale file path on server and shortcode, files (DeepZoom) are in the plugin’s folder.
    [gallery openseadragon="true" zoomimages="/DeepZoom/ajax_dzi/GeneratedImages/dzc_output.xml"]

    As you might have recognized, I’m using the Deep Zoom Composer for creating the images. I tried both DZI and DZC exports with all Silverlight and Ajax settings. Most of them work in the browser locally runned (thml file).
    I tried embedding the dzc_output.xml and actuall output images imagename.xml as well as the scene.xml, Metadata.xml and SparseImageSceneGraph.xml if available … I am uploading the whole output folder with original file structure.

    I’m not getting CORS errors anymore and Ajax seems to find the image tiles by now, too. I just recognized that in the description and screenshot the file endings are .dzi – but that doesen’t make a difference, doesn’t it?!

    JPG works btw.

    Cheers!

    https://wordpress.org/plugins/zoom-openseadragon/

Viewing 1 replies (of 1 total)
  • Plugin Author Alexey Tikhonov

    (@altert)

    you need actual images .xmls, they should contain something like

    <?xml version="1.0" encoding="UTF-8"?>
    <Image xmlns="http://schemas.microsoft.com/deepzoom/2008"
      Format="jpg"
      Overlap="1"
      TileSize="256"
      >
      <Size
        Height="3715"
        Width="5016"
      />
    </Image>

    and if that’s myimage.xml, the folder this file is in should contain folder myimage_files, that holds actual image tiles

Viewing 1 replies (of 1 total)
  • The topic ‘Ajax 404 with zoomimages="/x.dzi"’ is closed to new replies.