From 1f4dc6f26bdb9298aaefe8b814073e7dab807638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kom=D1=8Fpa?= Date: Wed, 23 Jun 2010 12:55:28 +0300 Subject: [PATCH] fixed memory consumption --- src/osm2tiles.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osm2tiles.py b/src/osm2tiles.py index 25a4052..72832e9 100644 --- a/src/osm2tiles.py +++ b/src/osm2tiles.py @@ -158,6 +158,7 @@ def main (): print WAYS_WRITTEN curway = [] tags = {} + elem.clear() #user = default_user #ts = "" print "Tiles generated:",len(tilefiles)