</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
</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