OpenLayers support for Zoomify - first version

Thursday, June 12, 2008

OpenLayers is an open-source JavaScript based mapping client a la Google Maps.

OpenLayers can display several map sources, like maps from Google Maps, Yahoo, Microsoft Live Maps as well as from any WMS compatible map server. Therefore you can combine maps from different sources, you can even create and modify vector features or sketch on top of the maps - just like when you create your own maps in Google My Maps.

We have extended OpenLayers project with functionality needed to display Zoomify tiles (source code of this patch is here).

Simple example displaying Zoomify tiles in OpenLayers is in our code repository:

http://oldmapsonline.googlecode.com/svn/trunk/openlayers/examples/zoomify.html

(we will improve this patch - it's loading is very slow for now as OpenLayers is not merged into one file and it is not compressed)

This is the core functionality of our planned georeference tool (GUI prototype), which will allow anyone to generate georeference metadata for already published maps: especially those published as zoomify tiles, TMS Tiles or through a WMS standard from a MapServer.
Tags: OpenLayers, Zoomify