0

Signs should be working again

This commit is contained in:
Andrew Chin
2011-03-27 11:42:11 -04:00
parent 4977ae8767
commit d2252acfe6
4 changed files with 47 additions and 10 deletions

View File

@@ -186,7 +186,7 @@ def main():
q.append(qtree)
#create the distributed render
r = rendernode.RenderNode(q)
r = rendernode.RenderNode(q, world=w)
# write out the map and web assets
m = googlemap.MapGen(q, skipjs=options.skipjs, web_assets_hook=options.web_assets_hook)
@@ -195,6 +195,8 @@ def main():
# render the tiles!
r.go(options.procs)
m.finalize()
def delete_all(worlddir, tiledir):
# TODO should we delete tiledir here too?