]> granicus.if.org Git - postgis/commitdiff
Clarify docs, References #3097
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 30 Nov 2017 21:37:57 +0000 (21:37 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 30 Nov 2017 21:37:57 +0000 (21:37 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16129 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_processing.xml

index 8289759b9b06b7460330954836b8b2e43fc0632f..57d6e296211d237ac5dfbb2687d349ba51cbda6e 100644 (file)
@@ -3082,9 +3082,8 @@ LINESTRING M (5 2 3.40282346638529e+38,3 8 29,6 20 1.5,7 25 49.5,10 10 3.4028234
             </para>
 
             <para>Availability: 2.0.0</para>
-            <para>Changed: 2.2.0 support for splitting a line by a multiline, a multipoint or (multi)polygon boundary was introduced.</para>
-
-               <para>Enhanced: 2.5.0 support for MULTILINESTRING split blades.</para>
+            <para>Enhanced: 2.2.0 support for splitting a line by a multiline, a multipoint or (multi)polygon boundary was introduced.</para>
+               <para>Enhanced: 2.5.0 support for splitting a polygon by a multiline was introduced.</para>
 
             <note><para>To improve the robustness of ST_Split it may be convenient to <xref linkend="ST_Snap"/> the input to the blade in advance using a very low tolerance. Otherwise the internally used coordinate grid may cause tolerance problems, where coordinates of input and blade do not fall onto each other and the input is not being split correctly (see <ulink url="http://trac.osgeo.org/postgis/ticket/2192">#2192</ulink>).</para></note>