lowzoom is loooow
This commit is contained in:
parent
9e62546774
commit
31a9d59494
1 changed files with 1 additions and 1 deletions
|
@ -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 && ST_Expand(!bbox!,3000) %s way_area desc
|
||||
|
|
Loading…
Add table
Reference in a new issue