merge labels on more layers

This commit is contained in:
Komzpa 2012-06-05 23:15:25 +03:00
parent 34438990c6
commit 2f2ae3fadb

View file

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