Skip to content
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

Closed
tortila opened this issue Jan 4, 2024 · 4 comments · Fixed by maplibre/martin#1126
Closed

Add martin-cp to the homebrew installation #19

tortila opened this issue Jan 4, 2024 · 4 comments · Fixed by maplibre/martin#1126

Comments

@tortila
Copy link

tortila commented Jan 4, 2024

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 version 0.13.0. It would be handy to have this tool installed with brew

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>
@nyurik
Copy link
Member

nyurik commented Jan 11, 2024

@tortila thx for reporting, fixed, please check if it works for you now

@sharkAndshark
Copy link
Collaborator

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

@nyurik
Copy link
Member

nyurik commented Jan 12, 2024

thx for testing!

@tortila
Copy link
Author

tortila commented Jan 12, 2024

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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants