Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/answerquest/leaflet_painting

POC using leaflet to render tiled large paintings and other large imagery
https://github.com/answerquest/leaflet_painting

Last synced: 16 days ago
JSON representation

POC using leaflet to render tiled large paintings and other large imagery

Awesome Lists containing this project

README

        

## Leaflet Painting Demo

POC using leaflet js to render large paintings and other large imagery in pan-and-zoom slippy map tiles form so that browsers can load them fast and with minimal bandwidth of the server consumed.

Live on

Tiles are hosted at https://server.nikhilvj.co.in/tilemaker/

## Run on local
Just double-clicking the .html should do the job.

## How the tiles were created
Using gdal2tiles-multiprocess script at: https://github.com/commenthol/gdal2tiles-leaflet/

See https://server.nikhilvj.co.in/tilemaker/bulktiling.sh for code