From 47521dab5fa8478d2ae07b5a4f8b2236b08bae63 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Thu, 30 Nov 2017 21:37:57 +0000 Subject: [PATCH] Clarify docs, References #3097 git-svn-id: http://svn.osgeo.org/postgis/trunk@16129 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_processing.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml index 8289759b9..57d6e2962 100644 --- a/doc/reference_processing.xml +++ b/doc/reference_processing.xml @@ -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 Availability: 2.0.0 - Changed: 2.2.0 support for splitting a line by a multiline, a multipoint or (multi)polygon boundary was introduced. - - Enhanced: 2.5.0 support for MULTILINESTRING split blades. + Enhanced: 2.2.0 support for splitting a line by a multiline, a multipoint or (multi)polygon boundary was introduced. + Enhanced: 2.5.0 support for splitting a polygon by a multiline was introduced. To improve the robustness of ST_Split it may be convenient to 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 #2192). -- 2.40.0