]> granicus.if.org Git - postgis/commitdiff
ST_Project -- somebody didn't follow protocol and didn't tag PostGIS version when...
authorRegina Obe <lr@pcorp.us>
Sat, 26 Jan 2013 17:22:46 +0000 (17:22 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 26 Jan 2013 17:22:46 +0000 (17:22 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11040 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_measure.xml

index 5f82aef6b08bf67c9a48965668a45df4807780cf..463f2c24113f65645d7b24f03a9d00516482585d 100644 (file)
@@ -3636,6 +3636,8 @@ SELECT ST_AsEWKT(ST_PointOnSurface(ST_GeomFromEWKT('LINESTRING(0 5 1, 0 0 1, 0 1
                        <para>Distance, azimuth and projection are all aspects of the same operation, describing (or in the case of projection, constructing) the relationship between two points on the world.</para>
                        <para>The azimuth is sometimes called the heading or the bearing in navigation. It is measured relative to true north (azimuth zero). East is azimuth 90 (<varname>pi/2</varname>), south is azimuth 180 (<varname>pi</varname>), west is azimuth 270 (<varname>pi*1.5</varname>).</para>
                        <para>The distance is given in meters.</para>
+                       
+                       <para>Availability: 2.0.0</para>
 
                  </refsection>