-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Improve docs for generating custom vector tiles with a schema yaml #622
Conversation
https://github.com/onthegomap/planetiler/actions/runs/5534501940 ℹ️ Base Logs c876ca9
ℹ️ This Branch Logs f0c9191
|
Thanks for the change! I'm a little confused though because I thought that this line in planetiler/planetiler-dist/src/main/java/com/onthegomap/planetiler/Main.java Lines 66 to 71 in db6d175
Can you share exactly what command you were running? |
@msbarry I'm sorry for the confusion. When my first attempt at using the docker command in To explain what tripped me up... Using this command results in the default schema being used (the schema argument is ignored as far as I can tell) and a 62mb file output:
While using this command (including
|
OK, got it - as someone who just went through figuring out how to use this from the docs do you think including the |
I appreciate I'm a sample-size of one(!), but I think including the Looking at the code you referenced in Equally, possibly I missed something, but it was difficult to retrieve a list of sub-commands or find which parameters could be used with each sub-command. I did find a list parameters for the main command using FYI Now I've got this working, I'm really impressed with the functionality and performance. And there is good documentation and examples - it's just some entrypoints to jump in that weren't clear. |
Got it, that makes sense to me. Can you add |
Sure - done. |
Kudos, SonarCloud Quality Gate passed! |
I followed the documentation at
planetiler-custommap/README.md
to generate custom vector tiles. However, until I found thegenerate-custom
command referenced in PR #160, the standard vector tiles were being generated.Contributing this PR to avoid others missing this. Or if I've missed something and
generate-custom
command need not be explicitly supplied in some situations?