]> granicus.if.org Git - postgis/commitdiff
spell degrees correctly -- its degrees not degreees
authorRegina Obe <lr@pcorp.us>
Sat, 26 Jan 2013 02:42:30 +0000 (02:42 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 26 Jan 2013 02:42:30 +0000 (02:42 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11029 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_measure.xml

index 4458cff1646cf96d9365e0d184859f03498aa4a2..5f82aef6b08bf67c9a48965668a45df4807780cf 100644 (file)
@@ -3640,7 +3640,7 @@ SELECT ST_AsEWKT(ST_PointOnSurface(ST_GeomFromEWKT('LINESTRING(0 5 1, 0 0 1, 0 1
                  </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)));
                          st_astext
@@ -3651,7 +3651,7 @@ SELECT ST_AsEWKT(ST_PointOnSurface(ST_GeomFromEWKT('LINESTRING(0 5 1, 0 0 1, 0 1
                  </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));
                          st_astext