disable linemerge on z15-
This commit is contained in:
parent
07abba16bc
commit
e9cc268da3
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ for zoom, zsheet in mapniksheet.iteritems():
|
|||
group by %s) p order by ST_Area(p.way)
|
||||
"""%(itags,oitags,pixel_size_at_zoom(zoom,10),oitags,layer_type,ttext,max(pixel_size_at_zoom(zoom,20),3000),sqlz,oitags)
|
||||
mfile.write(xml_layer("postgis-process", layer_type, itags, sqlz, oitags ))
|
||||
elif layer_type == "line":
|
||||
elif layer_type == "line" and zoom < 15:
|
||||
sqlz = " OR ".join(sql)
|
||||
itags = ", ".join(itags)
|
||||
#itags = "\""+ itags+"\""
|
||||
|
|
Loading…
Add table
Reference in a new issue