From 5305bf1fdb98d71b222f281a522c3735acbb20f4 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 17 Nov 2004 07:57:38 +0000 Subject: [PATCH] Fixed a typo in geometry type names. git-svn-id: http://svn.osgeo.org/postgis/trunk@1097 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 0fdd95944..625175e4f 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -1001,9 +1001,9 @@ SRID=312;01010000009A99999999995FC0295C8FC2F5A84640 The type of the spatial object. To restrict the spatial column to a single type, use one of: POINT, LINESTRING, POLYGON, - MULTPOINT, MULTILINESTRING, MULTIPOLYGON, GEOMETRYCOLLECTION or + MULTIPOINT, MULTILINESTRING, MULTIPOLYGON, GEOMETRYCOLLECTION or corresponding XYM versions POINTM, LINESTRINGM, POLYGONM, - MULTPOINTM, MULTILINESTRINGM, MULTIPOLYGONM, GEOMETRYCOLLECTIONM. + MULTIPOINTM, MULTILINESTRINGM, MULTIPOLYGONM, GEOMETRYCOLLECTIONM. For heterogeneous (mixed-type) collections, you can use "GEOMETRY" as the type. -- 2.40.0