From efa5bf864013d744ba0757a7d535d07973657ad4 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sat, 26 Jan 2013 17:31:38 +0000 Subject: [PATCH] link happiness -- add ref to postgresql math functions so people aren't puzzled by degrees, pi, radians where they came from git-svn-id: http://svn.osgeo.org/postgis/trunk@11044 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_measure.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reference_measure.xml b/doc/reference_measure.xml index 71dab624a..4a5f17e85 100644 --- a/doc/reference_measure.xml +++ b/doc/reference_measure.xml @@ -803,7 +803,7 @@ SELECT degrees( ST_Azimuth(ST_Point(25,45), ST_Point(75,100)) ) as degAz, See Also - , + , , , PostgreSQL Math Functions @@ -3666,7 +3666,7 @@ SELECT ST_AsEWKT(ST_PointOnSurface(ST_GeomFromEWKT('LINESTRING(0 5 1, 0 0 1, 0 1 See Also - , + , , PostgreSQL Math Functions -- 2.40.0