←back to thread

565 points gaws | 1 comments | | HN request time: 0.421s | source
Show context
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 #
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 #
1. _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.