From: Paul Ramsey Date: Mon, 7 Dec 2009 15:56:34 +0000 (+0000) Subject: Fix mistakes in geography faq item. X-Git-Tag: 1.5.0b1~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3de627b7667ed9a7a31254ab34d148aaeafa448;p=postgis Fix mistakes in geography faq item. git-svn-id: http://svn.osgeo.org/postgis/trunk@4991 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/using_postgis_app.xml b/doc/using_postgis_app.xml index 42a8e6996..45b079714 100644 --- a/doc/using_postgis_app.xml +++ b/doc/using_postgis_app.xml @@ -256,14 +256,10 @@ postgis# VACUUM ANALYZE; Yes! MapServer understands geography columns as being the same as geometry columns, but always using an SRID of 4326. Just make sure to include - a "using srid=4326" clause in your DATA statement and. Everything else - works exactly the same as for geometry. + a "using srid=4326" clause in your DATA statement. Everything else + works exactly the same as with geometry. - You can specify what unique key for mapserver to use with - the USING UNIQUE clause in your - DATA line: - - DATA "the_geom FROM geotable USING UNIQUE gid" + DATA "the_geog FROM geogtable USING SRID=4326 USING UNIQUE gid"