You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're specifying custom zoom levels for multiple tiles then batch building, all within the same “session”, it appears zone_list is just being appended with all of the zones you specified in every tile and being written to each tile configuration. In other words, each tile configuration ends up having zones that aren't even within its geographic region.
It doesn’t appear to have an affect on the output for each tile but still doesn’t seem like desired behavior.
If you're specifying custom zoom levels for multiple tiles then batch building, all within the same “session”, it appears
zone_list
is just being appended with all of the zones you specified in every tile and being written to each tile configuration. In other words, each tile configuration ends up having zones that aren't even within its geographic region.It doesn’t appear to have an affect on the output for each tile but still doesn’t seem like desired behavior.
Fixed in #269
The text was updated successfully, but these errors were encountered: