From b48cf7171221f6e1c1e0e2bcf47c0c7352954628 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Mon, 19 Nov 2001 17:25:57 +0000 Subject: [PATCH] Fix error in sentence about OGC support. git-svn-id: http://svn.osgeo.org/postgis/trunk@108 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/postgis.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/postgis.xml b/doc/postgis.xml index 229f521de..bdc482581 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -291,8 +291,8 @@ SELECT id, name, AsText(geom) AS geom FROM gtest;For more GIS Objects The GIS objects supported by PostGIS are the "Simple Features" - defined by the OpenGIS Consortium (OGC). Note that PostGIS currently support - the features and the representation APIs, but the various comparison and + defined by the OpenGIS Consortium (OGC). Note that PostGIS currently supports + the features and the representation APIs, but not the various comparison and convolution operators given in the OGC "Simple Features for SQL" specification. Examples of the text representations of the features are as -- 2.40.0