UNPKG

542 BHTMLView Raw
1---
2layout: example.html
3title: Zoomify
4shortdesc: Example of a Zoomify source.
5docs: >
6 Zoomify is a format for deep-zooming into high resolution images. This example shows how to use the Zoomify source with a pixel projection. Internet Imaging Protocol (IIP) with JTL extension is also handled.
7tags: "zoomify, deep zoom, IIP, pixel, projection"
8---
9<div id="map" class="map"></div>
10<div class="controls">
11 <select id="zoomifyProtocol">
12 <option value="zoomify">Zoomify</option>
13 <option value="iip">IIP</option>
14 </select>
15</div>