<title>PostGIS Frequently Asked Questions</title>
<qandaset>
+ <qandaentry id="faq_where_tutorials">
+ <question>
+ <para>Where can I find tutorials, guides and workshops on working with PostGIS</para>
+ </question>
+
+ <answer>
+ <para>OpenGeo has a step by step tutorial guide workshop <ulink url="http://workshops.opengeo.org/postgis-intro/">Introduction to PostGIS</ulink>. It includes packaged data as well as intro to working with OpenGeo Suite. It is probably the best tutorial on PostGIS.</para>
+ <para>BostonGIS also has a <ulink url="http://www.bostongis.com/PrinterFriendly.aspx?content_name=postgis_tut01">PostGIS almost idiot's guide on getting started</ulink>. That one is more focused on the windows user.</para>
+ </answer>
+ </qandaentry>
<qandaentry id="legacy_faq">
<question>
<para>My applications and desktop tools worked with PostGIS 1.5,but they don't work with PostGIS 2.0. How do I fix this?</para>
<?xml version="1.0" encoding="UTF-8"?>
<chapter id="postgis_installation">
- <title>Installation</title>
+ <title>PostGIS Installation</title>
<para>
This chapter details the steps required to install PostGIS.
</sect1>
<sect1>
- <title>Requirements</title>
+ <title>Install Requirements</title>
<para>
PostGIS has the following requirements for building and usage:
</sect1>
<sect1 id="PGInstall">
- <title>Installation</title>
+ <title>Compiling and Install from Source: Detailed</title>
<note>
<para>
</sect1>
<sect1>
- <title>Common Problems</title>
+ <title>Common Problems during installation</title>
<para>
There are several things to check when your installation or upgrade
doesn't go as you expected.