syntax fix
This commit is contained in:
parent
614dca1777
commit
a3da4dee94
1 changed files with 1 additions and 1 deletions
|
@ -727,7 +727,7 @@ if options.renderer == "mapnik":
|
|||
|
||||
from planet_osm_%s h
|
||||
where (%s) and (%s) and way && ST_Expand(!bbox!,3000) %s
|
||||
"""%(itags,layer_type,ttext,sqlz,pixel_size_at_zoom(zoom,3)**2, order)
|
||||
"""%(itags,layer_type,ttext,sqlz, order)
|
||||
mfile.write(xml_layer("postgis-process", layer_type, itags, sqlz, zoom ))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue