e-n-f / datamaps

Indexes points and lines and generates map tiles to display them
BSD 2-Clause "Simplified" License
341 stars 53 forks source link

Enumerate a single zoom level? #9

Closed aaronlidman closed 10 years ago

aaronlidman commented 10 years ago

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 commented 10 years ago

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 commented 10 years ago

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

e-n-f commented 10 years ago

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 https://github.com/ericfischer/datamaps/issues/9.

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