Hi all, i have point table consist of GPS point updates. Is there any way to create line segments that consists of two points? Right now, what i did is to create linestring with ST_makeline and after that i split the line with generate_series. Is it possible to create line segment straight from point table? how can i do that
Thanks -- View this message in context: http://www.nabble.com/how-to-create-line-segment-from-point-table-tp23439283p23439283.html Sent from the PostGIS - User mailing list archive at Nabble.com. _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
