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

Generate a specific tile #449

Open
rbovard opened this issue Sep 19, 2019 · 6 comments
Open

Generate a specific tile #449

rbovard opened this issue Sep 19, 2019 · 6 comments

Comments

@rbovard
Copy link
Contributor

rbovard commented Sep 19, 2019

I know we can generate tiles from an error file with:

generate_tiles --layer <a_layer> --tiles <a_file.tiles>

But is there a way to generate a specific tile with something simply like that:

generate_tiles --layer <a_layer> --tile <z/x/y>

Thanks a lot!

@sbrunner sbrunner mentioned this issue Sep 19, 2019
@sbrunner
Copy link
Member

Thanks :-)

@rbovard
Copy link
Contributor Author

rbovard commented Sep 19, 2019

Uhm... See my comment #450 (comment)

@sbrunner
Copy link
Member

Oups I read too fast :-/, currently it's not possible... but you should be able to do:

echo 'z/x/y' > /tmp/tiles
generate_tiles --layer <a_layer> --tiles /tmp/tiles

@rbovard
Copy link
Contributor Author

rbovard commented Sep 19, 2019

Oups I read too fast :-/

;)

currently it's not possible...

Do you think it's hard and/or long to implement?

but you should be able to do

I'll try but I'm in a Docker environment (hence my question...)

@sbrunner
Copy link
Member

  • I think that can be implemented in half a day

  • in docker environment we should be able to the same but inside the container but it's not convenient...

@rbovard
Copy link
Contributor Author

rbovard commented Sep 20, 2019

Okay, so please tag this as a feature request and we'll see what's happening next... :)

For Docker, I'll continue via our project support channel. Thanks.

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.

2 participants