indentation fix

This commit is contained in:
Komzpa 2011-09-27 18:31:42 +03:00
parent 2aa5a745b7
commit e568a5c90f

View file

@ -509,12 +509,12 @@ if options.renderer == "mapnik":
xml += xml_style_end()
sql.discard("()")
if sql:
sql_g.update(sql)
xml_g += xml
itags_g.update(itags)
else:
xml_nosubstyle()
if sql:
sql_g.update(sql)
xml_g += xml
itags_g.update(itags)
else:
xml_nosubstyle()
if sql_g:
mfile.write(xml_g)
sql_g = "(" + " OR ".join(sql_g) + ") and way && !bbox!"