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

Implement minzoom and maxzoom options for stream-list #160

Closed
wants to merge 1 commit into from

Conversation

StevenLooman
Copy link

Implement honoring the parameters minzoom and maxzoom in tilelive-copy when using a list as an input stream. This allows filtering in tilelive-copy, and thus saves work of filtering the input list by hand.

@rclark
Copy link
Contributor

rclark commented Feb 3, 2016

Hi @StevenLooman -- appreciate the PR, but the intention of the list stream is that you provide exactly the tiles that you want to have copied. I'd rather not implement any filtering that would obscure that contract.

@rclark rclark closed this Feb 3, 2016
@StevenLooman
Copy link
Author

Fair enough. Then an error should be raised when both the list and the min/maxzoom options are used. The user expects a filtering mechanism (the options are given), but is ignored when a list is provided. The user is misguided in this case.

@rclark
Copy link
Contributor

rclark commented Feb 3, 2016

Agree -- that sounds like a good pre-check to get into tilelive-copy.

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 this pull request may close these issues.

None yet

2 participants