]> granicus.if.org Git - postgis/commitdiff
Give faq an id for easier pretty bookmarking
authorRegina Obe <lr@pcorp.us>
Tue, 13 Apr 2010 06:08:27 +0000 (06:08 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 13 Apr 2010 06:08:27 +0000 (06:08 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5540 b70326c6-7e19-0410-871a-916f4a2858ee

doc/faq_wktraster.xml

index e67ac4b96c2cf5876be1d9a69d8a6cf92e263973..181b74070b1f72f19648bdbee549c28a46cb2ffb 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<chapter>
+<chapter id="RT_FAQ">
   <title>WKT Raster Frequently Asked Questions</title>
 
   <qandaset>
@@ -78,7 +78,7 @@
                 <para>Here is an example simple translation</para>
                  <programlisting>gdal_translate -of PNG -outsize 10% 10% "PG:host=localhost dbname='mygisdb' user='postgres' password=whatever' schema='someschema' table=sometable" C:\somefile.png</programlisting>
                 <para>You can also use SQL where clauses in your export using the where=... in your driver connection string.  </para>
-                <para>To see more examples and syntax refere to <ulink url="http://trac.osgeo.org/gdal/wiki/frmts_wtkraster.html#a3.2-Readingdata">Reading Raster Data of PostGIS WKT Raster section</ulink></para>
+                <para>To see more examples and syntax refer to <ulink url="http://trac.osgeo.org/gdal/wiki/frmts_wtkraster.html#a3.2-Readingdata">Reading Raster Data of PostGIS WKT Raster section</ulink></para>
       </answer>
     </qandaentry>