Issue with Docker and mbtiles #1804
Elliott-Rose-BSC
started this conversation in
General
Replies: 1 comment 1 reply
-
Hi @Elliott-Rose-BSC See all the docs about API here |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm running a command like this:
docker run -p 3000:3000 -v /assets/tiles/:/files ghcr.io/maplibre/martin /files
I'm trying to view some mbtiles that I have and that I've validated are working with tileserver-gl. The issue is that i can visit localhost:3000/catalog and see all of the files, but trying to access a files like localhost:3000/tiles/{5}/{10}/{10} doesn't return anything. I've looked through the documentation and haven't found anything relevant.
Any tips on what's going on here?
Beta Was this translation helpful? Give feedback.
All reactions