Can the Zoomify Geo Viewer be used with coordinate systems other than latitude and longitude?
As delivered, the Zoomify Geo Viewer expects parameter inputs in latitude and longitude. Modifying the internal methods to support an alternative matrix or grid system is certainly possible. The relevant methods are grouped at the bottom of the ZoomifyGeoViewer.as class file beneath a header ‘GEO VIEWER METHODS’. The two methods most requiring attention are the geoDataPrep() and geoTrackOnMouseMove() methods.