This commit is contained in:
Komяpa 2011-05-27 04:01:05 +03:00
parent 5f86af184e
commit f4274e9140

View file

@ -139,7 +139,7 @@ def get_vectors(bbox, zoom, style, vec = "polygon"):
(select ST_Buffer(way, %s) as %s from
%s
where
and way && SetSRID('BOX3D(%s %s,%s %s)'::box3d,900913)
way && SetSRID('BOX3D(%s %s,%s %s)'::box3d,900913)
) p
) p
where ST_Area(way) > %s