<div>I am using a ms4w install using mapserver 4.4 and 4.6 with Chameleon. I have a few layers set up as wfs served layers. When i do a http get features request, they work properly, no errors. However when I go to view the layers in mapserver (either via localhost or a different machine) my map fails to load whenever i add one of the layers.
</div>
<div>&nbsp;</div>
<div>When using the expression builder in Chameleon, I can see the data in the shapefiles, but once again, if i try to view the layer, my map will not load, it doesn't give me an error, just the little red X in the top left corner. I really would like to get this working so that I can use the expression builder to tap local data sources with ad hoc query capabilities.
</div>
<div>&nbsp;</div>
<div>Below are the relevant portions of my .map file.</div>
<div>&nbsp;</div>
<div>&nbsp;web<br>&nbsp;&nbsp;imagepath&nbsp;&quot;/tmp/ms_tmp&quot;<br>&nbsp;&nbsp;imageurl&nbsp;&quot;/tmp/ms_tmp&quot;<br>&nbsp;&nbsp;METADATA<br>&nbsp;&nbsp;&quot;wms_title&quot; &quot;Tucson&nbsp; WMS Server&quot;<br>&nbsp;&nbsp;&quot;wms_onlineresource&quot; &quot;<a href="http://127.0.0.1/cgi-bin/mapserv_44.exe?map=c:/ms4w/apps/myApp/map/test_douglas.map">
http://127.0.0.1/cgi-bin/mapserv_44.exe?map=c:/ms4w/apps/myApp/map/test_douglas.map</a>&amp;&quot;<br>&nbsp;&nbsp;&quot;wfs_title&quot; &quot;Tucson Sector WFS Server&quot;<br>&nbsp;&nbsp;&quot;wfs_onlineresource&quot; &quot;<a href="http://127.0.0.1/cgi-bin/mapserv_44.exe?map=c:/ms4w/apps/myApp/map/test_douglas.map">
http://127.0.0.1/cgi-bin/mapserv_44.exe?map=c:/ms4w/apps/myApp/map/test_douglas.map</a>&amp;&quot;<br>&nbsp;&nbsp;&quot;wcs_label&quot; &quot;Tucson&nbsp; WCS Server&quot;<br>&nbsp;&nbsp;&quot;wms_srs&quot;&nbsp;&quot;EPSG:4326&quot;<br>&nbsp;&nbsp;&quot;wfs_srs&quot;&nbsp;&quot;EPSG:4326&quot;
<br>&nbsp;&nbsp;END<br>&nbsp;&nbsp;&nbsp;&nbsp; END</div>
<div>....</div>
<div>&nbsp;</div>
<div>NAME&nbsp;amtrak_stations<br>&nbsp;&nbsp;&nbsp;TYPE&nbsp;&nbsp;POINT<br>&nbsp;&nbsp;&nbsp;STATUS&nbsp;&nbsp;off<br>&nbsp;&nbsp;&nbsp;DATA&nbsp;&nbsp;&quot;C:/ms4w/apps/myApp/data/amtrakx020.shp&quot;<br>&nbsp;&nbsp;&nbsp;dump True<br>&nbsp;&nbsp;&nbsp;TOLERANCE 3<br>&nbsp;&nbsp;&nbsp;&nbsp;CLASS<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;name 'Amtrak Stations: Nationwide'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;TEMPLATE 'C:/ms4w/apps/myApp/htdocs/templates/qry_city_data.html'
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;symbol &quot;train&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;size 12<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;COLOR&nbsp; 255 0 0<br>&nbsp;&nbsp;&nbsp;&nbsp;<br>&nbsp;&nbsp;&nbsp;END<br>&nbsp;&nbsp;&nbsp;METADATA<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;wfs_title&quot;&nbsp;&nbsp;&quot;Amtrak Stations&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;wfs_srs&quot;&nbsp;&quot;EPSG:4326&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;wfs_abstract&quot; &quot;Obtained from the National Atlas: data from 09/05&quot;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;END<br>&nbsp;&nbsp;END<br>&nbsp;&nbsp;</div>
<div>....</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp;LAYER<br>NAME&nbsp;&nbsp;&nbsp;wfs_amtrak<br>TYPE&nbsp;&nbsp; &nbsp;POINT<br>STATUS&nbsp;&nbsp;off<br>CONNECTIONTYPE&nbsp;WFS<br>CONNECTION&nbsp;&nbsp;&quot;<a href="http://127.0.0.1/cgi-bin/mapserv_44.exe?map=c:/ms4w/apps/myApp/map/test_douglas.map&amp;typename=amtrak_stations">
http://127.0.0.1/cgi-bin/mapserv_44.exe?map=c:/ms4w/apps/myApp/map/test_douglas.map&amp;typename=amtrak_stations</a>&amp;&quot;<br>class<br>&nbsp;name &quot;wfs amtrak&quot;<br>&nbsp;symbol 'train'<br>&nbsp;color 250 250 0<br>&nbsp;outlinecolor 150 150 0
<br>&nbsp;end<br>METADATA&nbsp;&nbsp;&nbsp;<br>gml_include_items &quot;all&quot;<br>&quot;wfs_typename&quot; &quot;amtrak_stations&quot;<br>&quot;wfs_service&quot; &quot;WFS&quot;<br>&quot;wfs_srs&quot; &quot;EPSG:4326&quot;<br>&quot;wfs_version&quot;&nbsp;&nbsp;&quot;
1.0.0&quot;&nbsp;<br>&quot;wfs_request_method&quot;&nbsp;&nbsp;&nbsp; &quot;GET&quot;<br>END<br>END</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Thanks for any help,</div>
<div>&nbsp;</div>
<div>Matt</div>