]> granicus.if.org Git - postgis/commitdiff
Remove inaccurate note in ST_Centroid docs
authorRegina Obe <lr@pcorp.us>
Wed, 30 Dec 2015 05:00:05 +0000 (05:00 +0000)
committerRegina Obe <lr@pcorp.us>
Wed, 30 Dec 2015 05:00:05 +0000 (05:00 +0000)
closes #3414

git-svn-id: http://svn.osgeo.org/postgis/trunk@14533 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_measure.xml

index 94c299453a358f8fa49a2f3b4ac6ebeef5f4f482..16384b50dca3d13c62e91ee1a0ed25ee5b76d64d 100644 (file)
@@ -858,9 +858,6 @@ SELECT degrees(ST_Azimuth(ST_Point(25, 45), ST_Point(75, 100))) AS degA_B,
          Geometries of highest dimension (since the lower-dimension geometries
          contribute zero "weight" to the centroid).</para>
 
-         <note><para>Computation will be more accurate if performed by the GEOS
-         module (enabled at compile time).</para></note>
-
          <para>&sfs_compliant;</para>
          <para>&sqlmm_compliant; SQL-MM 3: 8.1.4, 9.5.5</para>
        </refsection>