From: Sandro Santilli Date: Wed, 29 Mar 2017 06:32:16 +0000 (+0000) Subject: Fix documentation of centroid examples. X-Git-Tag: 2.4.0alpha~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=621a4c45d5cd0991a63492e2f06a3f8437f21041;p=postgis Fix documentation of centroid examples. Patch by Jackie Leng via https://github.com/postgis/postgis/pull/126 git-svn-id: http://svn.osgeo.org/postgis/trunk@15343 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_measure.xml b/doc/reference_measure.xml index 5c577654e..51c0711ab 100644 --- a/doc/reference_measure.xml +++ b/doc/reference_measure.xml @@ -870,7 +870,7 @@ SELECT degrees(ST_Azimuth(ST_Point(25, 45), ST_Point(75, 100))) AS degA_B, Examples - In each of the following illustrations, the blue dot represents + In each of the following illustrations, the green dot represents the centroid of the source geometry.