Hi Nathan,
my Mail in plain text
 
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
 
Gesendet: Freitag, 05. August 2016 um 09:28 Uhr
Von: "Nathan Wagner" <n...@hydaspes.if.org>
An: "Sebastian Te??mer" <sebastiantess...@gmx.de>
Cc: postgis-users@lists.osgeo.org
Betreff: Re: [postgis-users] Problem with st_dumppoints
I can probably help, since I wrote the implementation, but email should
be plain text, so if you could resend your issue in plain text, I'd have
a fighting chance to read it.

--
nw
_______________________________________________
postgis-users mailing list
postgis-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/postgis-users

Reply via email to