0

RendertileSet: Do not render the root tile unnecessarily

This commit is contained in:
Johan Kiviniemi
2013-12-29 01:43:32 +02:00
parent 65f375eaac
commit 8ac4f2811e

View File

@@ -1442,7 +1442,7 @@ class RendertileSet(object):
for p in roundrobin(gens) if robin else chain(*gens):
yield p
if onlydepth is None and children:
if onlydepth is None and any(children_list):
yield path
def query_path(self, path):