allow more points in tile

This commit is contained in:
Komяpa 2011-06-01 18:29:39 +03:00
parent 3d66db2c47
commit 20c1d72167

View file

@ -124,7 +124,7 @@ def get_vectors(bbox, zoom, style, vec = "polygon"):
from planet_osm_point where
(%s)
and way && SetSRID('BOX3D(%s %s,%s %s)'::box3d,900913)
limit 3000
limit 10000
"""%(
-bbox_p[0],-bbox_p[1],intscalefactor/(bbox_p[2]-bbox_p[0]),intscalefactor/(bbox_p[3]-bbox_p[1]),
geomcolumn, names,