polygons fix

This commit is contained in:
Komяpa 2011-04-03 14:58:41 +03:00
parent c0b917abd0
commit bc566b6487

View file

@ -182,7 +182,8 @@ for zoom, zsheet in mapniksheet.iteritems():
itags_g.update(itags)
else:
xml_nosubstyle()
sql = sql_g
itags = itags_g
if sql:
mfile.write(xml_g)
sql = "(" + " OR ".join(sql) + ") and way && !bbox!"