polygons fix
This commit is contained in:
parent
c0b917abd0
commit
bc566b6487
1 changed files with 2 additions and 1 deletions
|
@ -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!"
|
||||
|
|
Loading…
Add table
Reference in a new issue