From: Regina Obe Date: Tue, 12 May 2015 22:27:57 +0000 (+0000) Subject: fix tag mismatch X-Git-Tag: 2.2.0rc1~515 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db64d26a5765d7a0508df3e1dfd286fb07943ddb;p=postgis fix tag mismatch git-svn-id: http://svn.osgeo.org/postgis/trunk@13492 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml index 412eeda48..f2dd5625a 100644 --- a/doc/reference_processing.xml +++ b/doc/reference_processing.xml @@ -3181,7 +3181,6 @@ FROM ( SELECT ST_SubDivide('POLYGON((132 10,119 23,85 35,68 29,66 28,49 42,32 56 4 | POLYGON((106.000000000001 98.000000000001,106.000000000001 183.27272727272, 114 184,132 186,146 178,176 184,179 162,184 141,190 122,190 100,189.5238095238 98.000000000001,106.000000000001 98.000000000001)) - @@ -3196,10 +3195,9 @@ FROM ( SELECT ST_SubDivide('POLYGON((132 10,119 23,85 35,68 29,66 28,49 42,32 56 SELECT ST_AsText(ST_SubDivide(ST_Segmentize('LINESTRING(0 0, 100 100, 150 150)'::geometry,50),4)); LINESTRING(0 0,35.3553390593274 35.3553390593274,70.7106781186547 70.7106781186547,75.000000000001 75.000000000001) LINESTRING(75.000000000001 75.000000000001,100 100,135.355339059327 135.355339059327,150 150) - - + See Also