[postgis-users] PostGIS Capabilities

Tyler Mitchell TMitchell at lignum.com
Fri Feb 20 09:35:20 PST 2004


> CREATE VIEW roads_simple as ( 
> SELECT Simplify(<geometry>), roadid 
> FROM roads 
> ); 

Tyler, I assume you meant:
... SELECT Simplify(<geometry>,<n>), roadid ...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20040220/79277bed/attachment.html>


More information about the postgis-users mailing list