From a3de627b7667ed9a7a31254ab34d148aaeafa448 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 7 Dec 2009 15:56:34 +0000 Subject: [PATCH] Fix mistakes in geography faq item. git-svn-id: http://svn.osgeo.org/postgis/trunk@4991 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/using_postgis_app.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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" -- 2.50.1