]> granicus.if.org Git - postgis/commitdiff
Updated misleading documentation for Segmentize() function
authorSandro Santilli <strk@keybit.net>
Mon, 5 Jun 2006 17:24:12 +0000 (17:24 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 5 Jun 2006 17:24:12 +0000 (17:24 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@2380 b70326c6-7e19-0410-871a-916f4a2858ee

doc/postgis.xml
lwgeom/lwgeom_functions_basic.c

index e3d7e46de330747587a8dbeb566ce73056cbc716..3fd0b5cacca41da69cb201e614af2d62bd3f3601 100644 (file)
@@ -4933,7 +4933,7 @@ FROM geometry_table;</literallayout>
           <term>Segmentize(geometry, maxlength)</term>
 
           <listitem>
-            <para>Return a modified [multi]polygon having no ring segment
+            <para>Return a modified geometry having no segment
             longer then the given distance. Interpolated points will have Z
             and M values (if needed) set to 0. Distance computation is
             performed in 2d only.</para>
index 9b286e22db502b7df015588d14cc8167c87bf7b2..ccd0991a738303fe7268b3989e1f48792aa5c6fa 100644 (file)
@@ -2393,7 +2393,7 @@ Datum LWGEOM_isempty(PG_FUNCTION_ARGS)
 
 
 /*
- *  Returns a modified [multi]polygon so that no ring segment is 
+ *  Returns a modified geometry so that no segment is 
  *  longer then the given distance (computed using 2d).
  *  Every input point is kept.
  *  Z and M values for added points (if needed) are set to 0.