From: Regina Obe Date: Sun, 4 Oct 2015 16:36:30 +0000 (+0000) Subject: #3298 document change in behavior of ST_3DClosestPoint, ST_3DShortestLine, ST_3DLonge... X-Git-Tag: 2.2.0~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64d8d6049ad350bd609cdbd3bf04f44f6a1e235c;p=postgis #3298 document change in behavior of ST_3DClosestPoint, ST_3DShortestLine, ST_3DLongestLine, ST_3DMaxDistance git-svn-id: http://svn.osgeo.org/postgis/trunk@14183 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_measure.xml b/doc/reference_measure.xml index 1555a0d86..f3232538d 100644 --- a/doc/reference_measure.xml +++ b/doc/reference_measure.xml @@ -33,6 +33,7 @@ &P_support; Availability: 2.0.0 + Changed: 2.2.0 - if 2 2D geometries are input, a 2D point is returned (instead of old behavior assuming 0 for missing Z). In case of 2D and 3D, Z is no longer assumed to be 0 for missing Z. @@ -130,6 +131,7 @@ SELECT ST_AsEWKT(ST_3DClosestPoint(line,pt)) AS cp3d_line_pt, &sfcgal_enhanced; Availability: 2.0.0 + Changed: 2.2.0 - In case of 2D and 3D, Z is no longer assumed to be 0 for missing Z. @@ -410,6 +412,7 @@ SELECT ST_3DIntersects('TIN(((0 0,1 0,0 1,0 0)))'::geometry, 'POINT(.1 .1)'::geo Availability: 2.0.0 + Changed: 2.2.0 - if 2 2D geometries are input, a 2D point is returned (instead of old behavior assuming 0 for missing Z). In case of 2D and 3D, Z is no longer assumed to be 0 for missing Z. &Z_support; &P_support; @@ -509,6 +512,7 @@ SELECT ST_AsEWKT(ST_3DLongestLine(line,pt)) AS lol3d_line_pt, &P_support; Availability: 2.0.0 + Changed: 2.2.0 - In case of 2D and 3D, Z is no longer assumed to be 0 for missing Z. @@ -573,6 +577,7 @@ SELECT ST_3DMaxDistance( Availability: 2.0.0 + Changed: 2.2.0 - if 2 2D geometries are input, a 2D point is returned (instead of old behavior assuming 0 for missing Z). In case of 2D and 3D, Z is no longer assumed to be 0 for missing Z. &Z_support; &P_support;