LZoomifyLayer Add-on
A Zoomify layer add-on based on Leaflet.Zoomify
A add-on for v-leaflet to display tiled images in the Zoomify format.
This is based on the JavaScript Leaflet.Zoomify project.
Sample code
LMap leafletMap = new LMap(); leafletMap.setCrs(Crs.Simple); leafletMap.setHeight("100%"); leafletMap.setView(-40d, 80d, 3d); LZoomifiyLayer layer = new LZoomifiyLayer( "http://cmulders.github.io/Leaflet.Zoomify/examples/hubble-orion-nebula/{g}/{z}-{x}-{y}.jpg", 6000, 6000, "© NASA, ESA, M. Robberto and the Hubble Space Telescope Orion Treasury Project Team"); leafletMap.addLayer(layer);
new LZoomifyImage("http://cmulders.github.io/Leaflet.Zoomify/examples/hubble-orion-nebula", "© NASA, ESA, M. Robberto and the Hubble Space Telescope Orion Treasury Project Team");
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Add LZoomifyImage, which handles LMap initialization.
- Released
- 2017-09-12
- Maturity
- EXPERIMENTAL
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 8.0+
- Browser
- N/A
LZoomifyLayer Add-on - Vaadin Add-on Directory
A Zoomify layer add-on based on Leaflet.ZoomifyA add-on for [v-leaflet](https://vaadin.com/directory#!addon/v-leaflet) to display tiled images in the [Zoomify](http://www.zoomify.com) format.
This is based on the JavaScript [Leaflet.Zoomify](https://github.com/cmulders/Leaflet.Zoomify) project.