Changes between Version 2 and Version 3 of PostGIS


Ignore:
Timestamp:
Jan 28, 2009, 9:52:43 AM (15 years ago)
Author:
jmckenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PostGIS

    v2 v3  
    1111== Compiling ==
    1212
    13 To use MapServer with PostGIS you have to add the --with-postgis switch on the configure script line.
     13To use !MapServer with PostGIS you have to add the --with-postgis switch on the configure script line.
    1414
    1515== Creating a spatial database ==
     
    4545NOTICE: The SQL keyword "from" has to be written in small case letters!
    4646
    47 This last step is fully explained in the MapFile Reference Documentation: http://mapserver.gis.umn.edu/doc42/mapfile-reference.html#layer)
     47This last step is fully explained in the MapFile Reference Documentation: http://www.mapserver.org/mapfile/layer.html)
    4848
    49 You have more extended help on PostGIS documentation about MapServer: http://postgis.refractions.net/docs/x558.html
     49You have more extended help on PostGIS documentation about MapServer: http://postgis.refractions.net/documentation/
    5050
    5151== Possible Problems / Debugging ==
    5252
    53 For basic debugging of the MapServer - PostgreSQL - PostGIS connection, Paul Ramsey offers the following sequential checklist:
     53For basic debugging of the !MapServer - PostgreSQL - PostGIS connection, Paul Ramsey offers the following sequential checklist:
    5454
    5555    * Can you ping the IP address of the host you want to connect to? (If no, you have physical network or routing problems.) Yes?
     
    7171    * Set up your mapserver connection string, check that the parameters you are providing in the connection string work in psql. "user=you dbname=thedb host=thehost port=5432" translates to "psql -h thehost -U you -p 5432 thedb". yes?
    7272
    73 If problems continue, ask on the MapServer users list :)
     73If problems continue, ask on the !MapServer users list :)