zooming does not work
umehlig opened this issue · 3 comments
I just started to experiment with iipmooviewer, using the example index.html. Loading and panning the image works well, however, the zoom buttons and the +/- keys do not work. Also, specifying a zoom level as URL parameter doesn't appear to work. I'm using Firefox 48.0 on Ubuntu 16.04 with standard iipserver on Apache2. Any help is much appreciated!
Try using the developer tools in Firefox. Does the console give any error messages when you click +/- ?
No, it doesn't ... However, I just discovered that I apparently did not prepare the TIFF image properly. I just had used ImageMagick's -define tiff:tile-geometry=256x256 without prefixing the output file name by ptif:somefile.tif to get a pyramidal TIFF. With a new image created with the respective output specification, zooming works, at least up to 100%. This is in the documentation of iipserver -- sorry! Thank you for your help!
OK, glad it's now working!