linear features XML fix
This commit is contained in:
parent
c00d682c98
commit
8c283d3735
1 changed files with 2 additions and 2 deletions
|
@ -401,8 +401,8 @@ for zoom, zsheet in mapniksheet.iteritems():
|
|||
"""%(itags,max(pixel_size_at_zoom(zoom,20),1000),ttext,sqlz,oitags)
|
||||
mfile.write(xml_layer("postgis-process", layer_type, itags, sqlz ))
|
||||
else:
|
||||
sql = "(" + " OR ".join(sql) + ") and way && ST_Expand(!bbox!,%s)"
|
||||
mfile.write(xml_layer("postgis", layer_type, itags, sql,max(pixel_size_at_zoom(zoom,20),1000) ))
|
||||
sql = "(" + " OR ".join(sql) + ") and way && ST_Expand(!bbox!,%s)"%(max(pixel_size_at_zoom(zoom,20),1000),)
|
||||
mfile.write(xml_layer("postgis", layer_type, itags, sql ))
|
||||
else:
|
||||
xml_nolayer()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue