]> granicus.if.org Git - postgis/commitdiff
get rid of extra tag
authorRegina Obe <lr@pcorp.us>
Thu, 15 Dec 2011 02:15:15 +0000 (02:15 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 15 Dec 2011 02:15:15 +0000 (02:15 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8427 b70326c6-7e19-0410-871a-916f4a2858ee

doc/using_raster_dataman.xml

index c84417a6f5791c4e0e4b2ace02539d773d59500a..dd8e3322bb2025bbd1fdcec20d65528cb21eba20 100644 (file)
@@ -293,7 +293,7 @@ psql -d gisdb -f elev.sql</programlisting>
                <title>Raster Overviews</title>
                <para><varname>raster_overviews</varname> catalogs information about raster table columns used for overviews and additional information about them that is useful to know when utilizing overviews. Overview tables are cataloged in both <varname>raster_columns</varname> and <varname>raster_overviews</varname> because they are rasters in their own right but also serve an additional special purpose of being a lower resolution caricature of a higher resolution table. These are generated along-side the main raster table when you use the <varname>-l</varname> switch in raster loading.</para>
                <para>Overview tables contain the same constraints as other raster tables as well as additional informational only constraints specific to overviews.</para>
-               <note><para>The informaiton in <varname>raster_overviews</varname> does not duplicate the information in <varname>raster_columns</varname>.  IF you need the information about an overview table present in <varname>raster_columns</varname> you can join the <varname>raster_overviews</varname> and <varname>raster_columns</varname> vuews together to get the full set of information you need.</para> </para></note>
+               <note><para>The informaiton in <varname>raster_overviews</varname> does not duplicate the information in <varname>raster_columns</varname>.  IF you need the information about an overview table present in <varname>raster_columns</varname> you can join the <varname>raster_overviews</varname> and <varname>raster_columns</varname> vuews together to get the full set of information you need.</para> </note>
                <para>Two main reasons for overviews are:</para>
                 <itemizedlist>
                        <listitem>Low resolution representation of the core tables commonly used for fast mapping zoom-out.</listitem>