Closed cust1105 closed 4 months ago
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.
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.