-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved Documentation #80
Comments
The linux binary does not need installation, you simply run the binary with |
I'm also running the pmtiles binary through docker and can give some input here in case that helps:
In your command here you mount your Below is an example of how I run it. I noticed I also had to change the
This runs the latest go-pmtiles to convert a .mbtiles file to a .pmtiles file; pretty neat!
|
New docs for CLI here: https://docs.protomaps.com/pmtiles/cli |
added Docker example here: https://docs.protomaps.com/pmtiles/cli#convert TMPDIR in Docker was resolved by #171 |
Hi,
Please could you add examples of how to use pmtiles via docker to build or upload pmtiles
Beleive it something like
docker run -v $(pwd)/data:/var/ ghcr.io/protomaps/go-pmtiles:main convert radon.pmtiles radon.mbtiles
, however this doesn't work for me.Please could you also provide more detailed instructions to install on linux - I can see the binary but don't know how to install
I'll happily add to the
readme
and submit a PR once I know how.Kind regards,
Edd
The text was updated successfully, but these errors were encountered: