Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/acdha/leaflet-dzi-experiment
Experimental deep zoom image viewer using Leaflet.js
https://github.com/acdha/leaflet-dzi-experiment
Last synced: about 1 month ago
JSON representation
Experimental deep zoom image viewer using Leaflet.js
- Host: GitHub
- URL: https://github.com/acdha/leaflet-dzi-experiment
- Owner: acdha
- Created: 2012-11-30T18:37:20.000Z (about 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2013-01-18T19:51:40.000Z (almost 12 years ago)
- Last Synced: 2024-10-14T17:55:20.741Z (3 months ago)
- Homepage: http://acdha.github.com/leaflet-dzi-experiment
- Size: 129 KB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
========================================
Experimental Leaflet.js based DZI viewer
========================================Background
----------We have a large number of images using the `Deep Zoom Image
`_ format. Unfortunately, the `opensource release by
Microsoft `_ has not been significantly maintained and the
brunt of the modernization has been performed by a single colleague (see
https://github.com/thatcher/openseadragon)This repository is an experiment using `Leaflet.js `_ to load the
existing DZI image tiles as part of a possible migration strategy to a project with more momentum
and which I'm currently evaluating for related mapping projects as well.Status
------* Experiment: http://acdha.github.com/leaflet-dzi-experiment
* Comparison: http://www.wdl.org/en/item/4032/zoom/Issues & Oddities
-----------------* Leaflet currently lacks a way to set boundaries for TileLayers, which causes 404s for all parts of
the viewport outside of the image extents (see https://github.com/CloudMade/Leaflet/pull/401)
* Leaflet assumes that image tiles are all 256x256. The tiles around the edge of the master image in
our DZI stacks are not constant size and so we have to override the CSS setting the image
dimensions. It's not clear whether this has a significant performance impact on any particular
clients.License
-------Public domain
Warranty
--------None