]> granicus.if.org Git - postgis/commitdiff
Dan Baston documentation patches from https://github.com/postgis/postgis/pull/68
authorRegina Obe <lr@pcorp.us>
Mon, 19 Oct 2015 20:12:01 +0000 (20:12 +0000)
committerRegina Obe <lr@pcorp.us>
Mon, 19 Oct 2015 20:12:01 +0000 (20:12 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14294 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference_processing.xml

index 3bde9bd0fe49c74514ae208191938da15e22d27a..824a1bf741cbae312e65cb000bcddb314edd3d94 100644 (file)
@@ -2660,7 +2660,7 @@ LINESTRING(241.42 38.38,241.8 38.45)
                                object-by-object basis you can also feed a GeometryCollection to
                                this function.</para>
 
-               <note><para>Note that returned geometry might loose its
+               <note><para>Note that returned geometry might lose its
                                simplicity (see <xref linkend="ST_IsSimple" />)</para></note>
                <note><para>Note topology may not be preserved and may result in invalid geometries.  Use  (see <xref linkend="ST_SimplifyPreserveTopology" />) to preserve topology.</para></note>
 
@@ -2764,7 +2764,7 @@ FROM (SELECT ST_Buffer('POINT(1 3)', 10,12) As the_geom) As foo;
                Will actually do something only with (multi)lines and (multi)polygons but you can safely call it with any kind of geometry. 
                Since simplification occurs on a object-by-object basis you can also feed a GeometryCollection to this function.</para>
 
-               <note><para>Note that returned geometry might loose its
+               <note><para>Note that returned geometry might lose its
                                simplicity (see <xref linkend="ST_IsSimple" />)</para></note>
                <note><para>Note topology may not be preserved and may result in invalid geometries.  Use  (see <xref linkend="ST_SimplifyPreserveTopology" />) to preserve topology.</para></note>
                <note><para>This function handles 3D and the third dimmension will affect the result</para></note>
@@ -2826,10 +2826,10 @@ LINESTRING(5 2,7 25,10 10)
                        </para>
                        
 
-               <note><para>Note that returned geometry might loose its
+               <note><para>Note that returned geometry might lose its
                                simplicity (see <xref linkend="ST_IsSimple" />)</para></note>
                <note><para>Note topology may not be preserved and may result in invalid geometries.  Use  (see <xref linkend="ST_SimplifyPreserveTopology" />) to preserve topology.</para></note>
-               <note><para>The output geoemtry will loose all previous information in the M-values</para></note>
+               <note><para>The output geometry will lose all previous information in the M-values</para></note>
                <note><para>This function handles 3D and the third dimmension will affect the effective area</para></note>
                <para>Availability: 2.2.0</para>
          </refsection>