manimaul/s57tiler

How to load multiple .mbtiles

Closed this issue · 1 comments

Dear William
Thank you so much for opening up this project. I tried loading a mbtiles file and it worked. But how to load multiple mbtiles files.

It is not the prettiest solution, but it works:
find data/charts/DE11000/ -name *.000 -exec docker run -v $(pwd)/data:/data s57t s57tiler mbtiles -i {} -o /data/{} -n LNDARE,DEPARE,SEAARE,SLCONS,PONTON,HULKES,SOUNDG,BOYSPP

Afterwards you can try: tile-join -no-tile-size-limit -o merged.mbtiles *mbtiles, see tippcanoe for more information.