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

Enumerate a single zoom level? #9

Closed
aaronlidman opened this issue Apr 26, 2014 · 3 comments
Closed

Enumerate a single zoom level? #9

aaronlidman opened this issue Apr 26, 2014 · 3 comments

Comments

@aaronlidman
Copy link
Contributor

Any way of enumerating over just a single zoom level? I'm just doing slight brightness and base changes on each zoom level manually to get more control than ramp allows.

Right now I'm just enumerating through everything up to a zoom level and then throwing away everything I don't need, which is wasteful and slow.

@e-n-f
Copy link
Owner

e-n-f commented Apr 26, 2014

Oh, sorry, yes @aaronlidman, you can enumerate a single zoom by specifying both -z and -Z for maximum and minimum. So if you want just z12, enumerate -z12 -Z12.

@aaronlidman
Copy link
Contributor Author

Great, thanks Eric. Realized it's pretty clear in the code too, sorry about that.

@e-n-f
Copy link
Owner

e-n-f commented Apr 27, 2014

Sorry about the poor documentation! Will merge your pull request as soon as
I am back at a computer.
On Apr 27, 2014 12:55 PM, "Aaron Lidman" notifications@github.com wrote:

Closed #9 #9.


Reply to this email directly or view it on GitHubhttps://github.com//issues/9
.

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

No branches or pull requests

2 participants