←back to thread

565 points gaws | 5 comments | | HN request time: 0.42s | source
1. kloch ◴[] No.30066929[source]
Is the viewer open source? I saw links to give credit to various open source libraries/utils but I didn't see a link to the actual system.

It works really well. I'd love to use this for one of my projects.

replies(3): >>30066978 #>>30067027 #>>30070198 #
2. BugsJustFindMe ◴[] No.30066978[source]
It's OpenSeaDragon plus addons.
3. blacha ◴[] No.30067027[source]
looks to be using open sea dragon [1] This is just a tiled map so any web mapping software would also work OpenLayers, Leaflet, Maplibre etc.

[1] https://openseadragon.github.io/

replies(1): >>30072148 #
4. samuell ◴[] No.30070198[source]
Indeed! The pinch-zooming on mobile is so smooth I for a second thought there were no library involved at all.
5. _joel ◴[] No.30072148[source]
Interesting, I've used leaflet a lot in the past (love it!) for GIS but never thought about tiling a more generic image to it. Good call.