From 1f75115536c07cdfdd7095327c4b233ea5a10afd Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Fri, 16 Dec 2011 04:34:24 +0000 Subject: [PATCH] fix more typos git-svn-id: http://svn.osgeo.org/postgis/trunk@8442 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/using_raster_dataman.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/using_raster_dataman.xml b/doc/using_raster_dataman.xml index 153b29c8a..a8c34f267 100644 --- a/doc/using_raster_dataman.xml +++ b/doc/using_raster_dataman.xml @@ -317,7 +317,7 @@ psql -d gisdb -f elev.sql Raster Overviews raster_overviews 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 raster_columns and raster_overviews 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 -l switch in raster loading. Overview tables contain the same constraints as other raster tables as well as additional informational only constraints specific to overviews. - The informaiton in raster_overviews does not duplicate the information in raster_columns. IF you need the information about an overview table present in raster_columns you can join the raster_overviews and raster_columns vuews together to get the full set of information you need. + The information in raster_overviews does not duplicate the information in raster_columns. If you need the information about an overview table present in raster_columns you can join the raster_overviews and raster_columns vuews together by to get the full set of information you need. Two main reasons for overviews are: Low resolution representation of the core tables commonly used for fast mapping zoom-out. @@ -355,6 +355,7 @@ psql -d gisdb -f elev.sql overview_factor - this is the pyramid level of the overview table. The higher the number the lower the resolution of the table. + -- 2.50.1