Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/answerquest/leaflet_painting
- Owner: answerquest
- License: mit
- Created: 2022-05-19T03:31:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-22T03:28:11.000Z (over 1 year ago)
- Last Synced: 2024-10-24T03:28:38.015Z (about 2 months ago)
- Language: CSS
- Homepage: https://answerquest.github.io/leaflet_painting/
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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