Changes between Version 3 and Version 4 of PostGIS


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PostGIS

    v3 v4  
    3737          psql -U username -d dbname -f file.sql
    3838}}}
    39 To add a Layer that uses a PostGIS table on our MapFile we would have to add on the layer object these lines:
     39To add a Layer that uses a PostGIS table on our !MapFile we would have to add on the layer object these lines:
    4040{{{
    4141      DATA "the_geom from table_name"
     
    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://www.mapserver.org/mapfile/layer.html)
     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/documentation/
     49You have more extended help on PostGIS documentation about !MapServer: http://postgis.refractions.net/documentation/
    5050
    5151== Possible Problems / Debugging ==