From 4fec81c947fc78d77a75bebbd080ac873748d43c Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Wed, 25 Nov 2009 21:49:10 +0000 Subject: [PATCH] put in missing availability notes git-svn-id: http://svn.osgeo.org/postgis/trunk@4895 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_measure.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/reference_measure.xml b/doc/reference_measure.xml index 1ea8ff6fb..7cfec997d 100644 --- a/doc/reference_measure.xml +++ b/doc/reference_measure.xml @@ -1196,7 +1196,7 @@ SELECT ST_Disjoint('POINT(0 0)'::geometry, 'LINESTRING ( 0 0, 0 2 )'::geometry); &sfs_compliant; &sqlmm_compliant; SQL-MM 3: 5.1.23 - Availability: 1.5.0 geography support was introduced in 1.5. + Availability: 1.5.0 geography support was introduced in 1.5. Speed improvements for planar to better handle large or many vertex geometries @@ -1307,7 +1307,7 @@ The current implementation supports only vertices as the discrete locations. Thi One important part of this subset is Linestrings that are roughly parallel to each other, and roughly equal in length. This is a useful metric for line matching. - Availability: 1.5 - requires GEOS >= 3.2.0 + Availability: 1.5.0 - requires GEOS >= 3.2.0 @@ -1362,7 +1362,7 @@ The current implementation supports only vertices as the discrete locations. Thi the two vertices most far from each other in that geometry. - Availability: Postgis 1.5 + Availability: 1.5.0 Examples @@ -1421,6 +1421,7 @@ postgis=# SELECT ST_MaxDistance('POINT(0 0)'::geometry, 'LINESTRING ( 2 2, 2 2 ) The length of the line this function returns will always be the same as st_distance returns for g1 and g2. + Availability: 1.5.0 @@ -1469,6 +1470,8 @@ postgis=# SELECT ST_MaxDistance('POINT(0 0)'::geometry, 'LINESTRING ( 2 2, 2 2 ) Returns the 2-dimensional longest line between the points of two geometries. + + Availability: 1.5.0 -- 2.50.1