Ben

Results 136 comments of Ben

[Guess not](https://github.com/codelucas/newspaper/graphs/contributors).

What version of tegola are you using? Can you start it with --log-level DEBUG to see if something pops up?

@dwoznicki Pretty sure I found the issue. Tegola does not filter by zoom level properly if min/max zoom is 0. You can validate that for me real quick. Set it...

Awesome @dwoznicki, when @ARolek is back we'll discuss how we fix this for good :)

Now that i think of it, it might not be necessary. It might suffice if you prompt the user that 0 is not a supported min zoom level and/or default...

@ARolek I'm afraid that won't work for max_zoom 0 as tegola sets the constant [max zoom of 22 if the MaxZoom is left blank](https://github.com/iwpnd/tegola/blob/91cc879ff2fad4ea339d79d4d85bbd544768ca91/config/config.go#L202) in the toml. Modifying ParseInt would...

#874 will change max_zoom to 1 if set to 0 by the user. I leave the choice of which route to take to you. Either merge #871 or #874. :)

While you seem to be correct that [admin level](https://wiki.openstreetmap.org/wiki/Key:admin_level) is type int, the expected outcome of using `'8'` would be 0 rows, and not all rows. 🤔

Start tegola with --log-level DEBUG from v0.15.0 upwards.