Hi everybody,
i have a problem with st_dumppoints and i hope you can help...
my sql is:
SELECT st_dumppoints(st_transform(flstfinal.geom, 4326)) AS st_dumppoints FROM flstfinal;
with the result (for example):
("{1,1,1}", and then a wkt geometry.....
at the beginning, i have that i want, but the geomtery isn't that what i want.
I need a geometry like MULTIPOINT(.....)
I want a result like:
Column 1 | Column 2
1,1,1 | Multipoint(Point in WGS84)
....
Can anybody help me?
Thank you very munch!!!
Sebastian
_______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/postgis-users
