]> granicus.if.org Git - postgis/commitdiff
Correct spelling mistakes
authorBborie Park <bkpark at ucdavis.edu>
Thu, 31 May 2012 05:45:52 +0000 (05:45 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Thu, 31 May 2012 05:45:52 +0000 (05:45 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9836 b70326c6-7e19-0410-871a-916f4a2858ee

doc/using_raster_dataman.xml

index e2aae2bfda8e0025c3c75d702f1e7424742fcb3e..9ade9903529a0083867e77b8abb5f68c06ae55c8 100644 (file)
@@ -387,7 +387,7 @@ Available GDAL raster formats:
                <listitem><para>Once you are done populating your table initially, you'll want to create a spatial index on the raster column with something like:</para>
                        <programlisting>CREATE INDEX myrasters_rast_st_convexhull_idx ON myrasters USING gist( ST_ConvexHull(rast) );</programlisting>
                        <para>Note the use of <xref linkend="RT_ST_ConvexHull" /> since most raster operators are based on the convex hull of the rasters.</para>
-                       <note><para>Pre-2.0 versions of PostGIS raster were based on the envelop rather than the convex hull.  For teh spatial idnexes to work properly you'll need to drop those and replace with convex hull based index.</para></note></listitem>
+                       <note><para>Pre-2.0 versions of PostGIS raster were based on the envelop rather than the convex hull.  For the spatial indexes to work properly you'll need to drop those and replace with convex hull based index.</para></note></listitem>
                <listitem><para>Apply raster constraints using <xref linkend="RT_AddRasterConstraints" /></para></listitem>
        </orderedlist>
     </sect2>