tile generation works for -p1
This commit is contained in:
2
gmap.py
2
gmap.py
@@ -44,7 +44,7 @@ def main():
|
|||||||
if 1000 % i == 0 or i % 1000 == 0:
|
if 1000 % i == 0 or i % 1000 == 0:
|
||||||
print "{0}/{1} chunks rendered".format(i, len(chunks))
|
print "{0}/{1} chunks rendered".format(i, len(chunks))
|
||||||
|
|
||||||
results['pool'].join()
|
results['pool'].join()
|
||||||
|
|
||||||
print "Writing out html file"
|
print "Writing out html file"
|
||||||
if not os.path.exists(destdir):
|
if not os.path.exists(destdir):
|
||||||
|
|||||||
Reference in New Issue
Block a user