lowzoom is loooow

This commit is contained in:
Komzpa 2011-09-29 10:52:25 +02:00
parent 9e62546774
commit 31a9d59494

View file

@ -616,7 +616,7 @@ if options.renderer == "mapnik":
order = "order by"
else:
order += ", "
if zoom >= 11 or zoom < 5:
if zoom >= 11 or zoom < 6:
sqlz = """select %s, ST_PointOnSurface(ST_Buffer(way,0)) as way
from planet_osm_%s
where (%s) and (%s) and (way_area > %s) and way &amp;&amp; ST_Expand(!bbox!,3000) %s way_area desc