merge labels on more layers
This commit is contained in:
parent
34438990c6
commit
2f2ae3fadb
1 changed files with 1 additions and 1 deletions
|
@ -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 && ST_Expand(!bbox!,3000) %s way_area desc
|
||||
|
|
Loading…
Add table
Reference in a new issue