update zoomify source to accept tileIndex placeholders and handle iipsource, update tests and examples

This commit is contained in:
Thomas Tilak
2017-09-05 18:27:35 +02:00
parent ab59f79f6a
commit c43a46c5b7
5 changed files with 102 additions and 42 deletions

View File

@@ -3,7 +3,13 @@ layout: example.html
title: Zoomify
shortdesc: Example of a Zoomify source.
docs: >
Zoomify is a format for deep-zooming into high resolution images. This example shows how to use the Zoomify source with a pixel projection.
tags: "zoomify, deep zoom, pixel, projection"
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.
tags: "zoomify, deep zoom, IIP, pixel, projection"
---
<div id="map" class="map"></div>
<div class="controls">
<select id="zoomifyProtocol">
<option value="zoomify">Zoomify</option>
<option value="iip">IIP</option>
</select>
</div>