<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt"><div>Hi<br><br>I need some help to clear the following problem<br><br>When I try to download my map i get the following error <br><br>[Wed Aug 13 15:40:35 2008].156000 msWFSDispatch(): WFS server error. Incomplete WFS request: SERVICE parameter missing<br>[Wed Aug 13 15:40:35 2008].156000 mapserv request processing time (msLoadMap not incl.): 0.000s<br>[Wed Aug 13 15:40:35 2008].156000 msFreeMap(): freeing map at 01585B78.<br><br>My map file specifies wms not WFS so I do not know where the error is coming from<br><br>using shp2img -m "D:\MyTestData\shapes.map" -o "D:\MyTestData\test.png" -map_debug 5 gives the correct image in test.png<br><br>Are there any tools I can run to help debug this problem<br><br>thanks<br><br>Derek<br><br>My map file is<br><br>MAP<br> NAME "5.2.0 Test
Map"<br> <br> # force PROJ.4 to use this value<br> CONFIG "PROJ_LIB" "C:/ms4w/proj/nad/"<br> # Set Debug file<br> CONFIG "MS_ERRORFILE" "c:/ms4w/tmp/ms_error.txt"<br> DEBUG 5<br><br> STATUS ON<br> SIZE 600 400<br> UNITS DD<br> EXTENT -90.083333 24.166667 -81.000000 30.369820<br> <br> PROJECTION<br> "init=epsg:4326"<br> END<br><br> OUTPUTFORMAT<br> NAME png24<br> DRIVER "GD/PNG"<br> MIMETYPE "image/png"<br> IMAGEMODE RGB<br> EXTENSION "png" <br>
END<br><br> WEB<br> IMAGEPATH "c:/ms4w/tmp/ms_tmp/"<br> IMAGEURL "c:/ms4w/tmp/ms_tmp/"<br> END<br><br> LAYER<br> NAME DEPCNT<br> TYPE LINE<br> STATUS ON<br> DATA "d:/MyTestData/data/DEPCNT.shp"<br> PROJECTION<br> "init=epsg:4326"<br> END<br> METADATA<br> "wms_title" "DEPCNT"<br> "wms_srs"
"EPSG:4326"<br> "wms_name" "DEPCNT"<br> "wms_extents" "-90.083333 24.166667 -81.000000 30.369820"<br> "wms_onlineresource" "http://localhost:8082/cgi-bin/mapserv.exe?&SERVICE=wms&VERSION=1.1.1&map=d:/MyTestData/Shapes.map"<br> END<br><br> CLASS<br> NAME "DEPCNT"<br> COLOR 0 0 0<br> END<br> END<br>END<br></div></div><br>Send instant messages to your online
friends http://uk.messenger.yahoo.com </body></html>