syntax error when optimizing query
This commit is contained in:
parent
b0bc1823c5
commit
1845bb759f
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ def xml_layer(type="postgis", geom="point", interesting_tags = "*", sql = "true"
|
|||
|
||||
if type == "postgis":
|
||||
if zoom >= 5:
|
||||
sql = '('+ sql + ') and way && !bbox!'
|
||||
sql = 'way && !bbox! and '+ sql
|
||||
interesting_tags = list(interesting_tags)
|
||||
if '"' not in "".join(interesting_tags) and "->" not in "".join(interesting_tags):
|
||||
interesting_tags = "\", \"".join(interesting_tags)
|
||||
|
|
Loading…
Add table
Reference in a new issue