spell degrees correctly -- its degrees not degreees

git-svn-id: http://svn.osgeo.org/postgis/trunk@11029 b70326c6-7e19-0410-871a-916f4a2858ee
This commit is contained in:
Regina Obe 2013-01-26 02:42:30 +00:00
parent 173901a900
commit 94164e21a2

View file

@ -3640,7 +3640,7 @@ SELECT ST_AsEWKT(ST_PointOnSurface(ST_GeomFromEWKT('LINESTRING(0 5 1, 0 0 1, 0 1
</refsection> </refsection>
<refsection> <refsection>
<title>Example: Using degrees - projected point 100,000 meters and bearing 45 degreees </title> <title>Example: Using degrees - projected point 100,000 meters and bearing 45 degrees </title>
<programlisting>SELECT ST_AsText(ST_Project('POINT(0 0)'::geography, 100000, radians(45.0))); <programlisting>SELECT ST_AsText(ST_Project('POINT(0 0)'::geography, 100000, radians(45.0)));
st_astext st_astext
@ -3651,7 +3651,7 @@ SELECT ST_AsEWKT(ST_PointOnSurface(ST_GeomFromEWKT('LINESTRING(0 5 1, 0 0 1, 0 1
</refsection> </refsection>
<refsection> <refsection>
<title>Example: Using radians - projected point 100,000 meters and bearing pi/4 (45 degreees) </title> <title>Example: Using radians - projected point 100,000 meters and bearing pi/4 (45 degrees) </title>
<programlisting>SELECT ST_AsText(ST_Project('POINT(0 0)'::geography, 100000, pi()/4)); <programlisting>SELECT ST_AsText(ST_Project('POINT(0 0)'::geography, 100000, pi()/4));
st_astext st_astext