[postgis-users] Re: [UMN_MAPSERVER-USERS] How to show lines between PostGIS data of type POINT

Stephen Woodbridge woodbri at swoodbridge.com
Fri Dec 16 08:01:29 PST 2005


The subquery lets you order the points if that is needed.

-Steve

Markus Schaber wrote:
> Hi, Nicol,
> Hi, Stephen,
> 
> What about:
>  SELECT setsrid(makeline(collect(makepoint(lon, lat))), 4326) FROM table
> 
> I don't see the need for a subquery at all...
> 
> Markus




More information about the postgis-users mailing list