KastB / docker-openseamap-renderer

3 stars 1 forks source link

How to serve Seamap? #13

Closed cmewse closed 2 days ago

cmewse commented 1 week ago

So I now have osm and seamap data from your tool (Thanks!) I can serve the osm data with the osm docker server, but how do I display the seamap layer / data?

Or can the data from both be merged into a single mbtiles file?

cmewse commented 4 days ago

I could not find a working server that would combine / layer the two maps. I did get tileserver-gl working and a leaflet example to render both as a single map. (Sadly my client front end is a software program which only accepts a single URL)

KastB commented 3 days ago

There are several programs to do this. You can use MBTiles Viewer to load both mbtiles - the overlay works out of the box there. Or you can mount the squashfs and use that folder in opencpn as a map source.