Hello, I'm trying to get MapServer to read from my postGIS database.<br><br>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.
<br><br>I'm not quite sure what else to include, but here's my layer definition:<br><br>LAYER<br> CONNECTIONTYPE POSTGIS<br> NAME FireHistory<br> CONNECTION "dbname=test user=postgres"
<br>
DATA "geometry FROM temp" <br> STATUS ON<br> TYPE POINT <br> CLASS <br> COLOR 114 106 255 <br> END <br>END<br><br><br>getCapabilities request: <a href="http://niceguy.wustl.edu/cgi-bin/mapserv?map=/var/www/html/mapserver/gis.map&SERVICE=WFS&VERSION=1.0.0&REQUEST=getCapabilities" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://niceguy.wustl.edu/cgi-bin/mapserv?map=/var/www/html/mapserver/gis.map&SERVICE=WFS&VERSION=1.0.0&REQUEST=getCapabilities</a><br><br>I can provide any and all information requested ASAP.<br>I would be extremely grateful for any help.
<br>Any ideas?<br>-Ed<br>