fix
This commit is contained in:
parent
90dea08db0
commit
5f1dc88746
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ if options.renderer == "mapnik":
|
|||
mfile.write(xml_g)
|
||||
sql_g = "(" + " OR ".join(sql_g) + ") and way && !bbox!"
|
||||
itags_g = add_numerics_to_itags(itags_g)
|
||||
mfile.write(xml_layer("postgis", layer_type, itags_g, sql_g, zoom=zoom ))
|
||||
mfile.write(xml_layer("postgis", prevtype, itags_g, sql_g, zoom=zoom ))
|
||||
else:
|
||||
xml_nolayer()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue