You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, thanks for the great tool! I could set up an extraction pipeline pretty effortlessly with pmtiles extract apart from a minor issue.
I created the pipeline with Docker from the start (protomaps/go-pmtiles:latest) and thus debugging was a bit limited, but it turned out that if I pass an absolute path as the output, the tool fails right after fetching the required tiles with the following trace:
It goes away when I cd into the output folder and use a relative path. Not a large issue, but can be a head scratcher for people experimenting with pmtiles especially in a containerized environment.
Might affect other paths, I did not have time to test e.g. input.
The text was updated successfully, but these errors were encountered:
Hello, thanks for the great tool! I could set up an extraction pipeline pretty effortlessly with
pmtiles extract
apart from a minor issue.I created the pipeline with Docker from the start (
protomaps/go-pmtiles:latest
) and thus debugging was a bit limited, but it turned out that if I pass an absolute path as the output, the tool fails right after fetching the required tiles with the following trace:It goes away when I cd into the output folder and use a relative path. Not a large issue, but can be a head scratcher for people experimenting with pmtiles especially in a containerized environment.
Might affect other paths, I did not have time to test e.g. input.
The text was updated successfully, but these errors were encountered: