-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add martin-cp to the homebrew installation #19
Comments
nyurik
added a commit
to maplibre/martin
that referenced
this issue
Jan 11, 2024
Try to fix [#19](maplibre/homebrew-martin#19) --------- Co-authored-by: Yuri Astrakhan <yuriastrakhan@gmail.com>
@tortila thx for reporting, fixed, please check if it works for you now |
Tested on my mac and it works. zhangyijun@zhangyijundeMBP RiderProjects % brew uninstall martin
zhangyijun@zhangyijundeMBP RiderProjects % brew untap maplibre/martin
zhangyijun@zhangyijundeMBP RiderProjects % brew cleanup -s
zhangyijun@zhangyijundeMBP RiderProjects % brew tap maplibre/martin
zhangyijun@zhangyijundeMBP RiderProjects % brew install martin
zhangyijun@zhangyijundeMBP RiderProjects % martin-cp
error: the following required arguments were not provided:
--source <SOURCE>
--output-file <OUTPUT_FILE>
--max-zoom <MAX_ZOOM>
Usage: martin-cp --source <SOURCE> --output-file <OUTPUT_FILE> --max-zoom <MAX_ZOOM> [CONNECTION]...
For more information, try '--help'.
zhangyijun@zhangyijundeMBP RiderProjects % martin-cp --version
martin 0.13.0 |
thx for testing! |
I confirm it works as expected now - many thanks for the quick fix 👍 |
nyurik
added a commit
to nyurik/martin
that referenced
this issue
Jan 17, 2024
Try to fix [maplibre#19](maplibre/homebrew-martin#19) --------- Co-authored-by: Yuri Astrakhan <yuriastrakhan@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wanted to use the
martin-cp
tool to generate mbtiles and noticed that the tool is available in the docker image, but missing in the homebrew installation. In both cases I checked this with a fresh install of version0.13.0
. It would be handy to have this tool installed with brewThe text was updated successfully, but these errors were encountered: