indentation fix
This commit is contained in:
parent
2aa5a745b7
commit
e568a5c90f
1 changed files with 6 additions and 6 deletions
12
src/komap.py
12
src/komap.py
|
@ -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!"
|
||||
|
|
Loading…
Add table
Reference in a new issue