Hello, I'm trying to get MapServer to read from my postGIS database.
I have a WFS set up, but I cannot get my layer to appear in the
FeatureTypeList for the WFS getCapabilities, thus requests for this layer
throw an error.
I'm not quite sure what else to include, but here's my layer definition:
LAYER
CONNECTIONTYPE POSTGIS
NAME FireHistory
CONNECTION "dbname=test user=postgres"
DATA "geometry FROM temp"
STATUS ON
TYPE POINT
CLASS
COLOR 114 106 255
END
END
getCapabilities request:
http://niceguy.wustl.edu/cgi-bin/mapserv?map=/var/www/html/mapserver/gis.map&SERVICE=WFS&VERSION=1.0.0&REQUEST=getCapabilities
I can provide any and all information requested ASAP.
I would be extremely grateful for any help.
Any ideas?
-Ed