syntax error when optimizing query

This commit is contained in:
Darafei Praliaskouski 2012-07-20 02:48:02 +03:00
parent b0bc1823c5
commit 1845bb759f

View file

@ -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)