Change Collect back to Ubion
This commit is contained in:
parent
05192dc6f9
commit
f855392d76
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ def get_vectors(bbox, zoom, style, vec = "polygon"):
|
|||
query = """select ST_AsGeoJSON(ST_TransScale(ST_ForceRHR(ST_Intersection(way,SetSRID('BOX3D(%s %s,%s %s)'::box3d,900913))),%s,%s,%s,%s),0) as %s,
|
||||
ST_AsGeoJSON(ST_TransScale(ST_ForceRHR(ST_PointOnSurface(way)),%s,%s,%s,%s),0) as reprpoint, %s from
|
||||
(select (ST_Dump(ST_Multi(ST_SimplifyPreserveTopology(ST_Buffer(way,-%s),%s)))).geom as %s, %s from
|
||||
(select ST_Collect(way) as %s, %s from
|
||||
(select ST_Union(way) as %s, %s from
|
||||
(select ST_Buffer(way, %s) as %s, %s from
|
||||
%s
|
||||
where (%s)
|
||||
|
|
Loading…
Add table
Reference in a new issue