help w/ WFS request

Bart van den Eijnden (OSGIS) bartvde at XS4ALL.NL
Thu Apr 20 12:37:21 EDT 2006


Hi John,

it's becoming a strange problem ... you could try Mapserver "debugging", 
see:

http://mapserver.gis.umn.edu/cgi-bin/wiki.pl?DebuggingMapserver

Can you first make sure your WFS is working by just trying a HTTP GET 
request to your WFS, so try:

?map=.....&service=WFS&request=GetFeature&version=1.0.0&typename=soundings&maxfeatures=10

Best regards,
Bart

John Cartwright wrote:

> Hi Bart,
>
> yes, I did - same results:
>
> <gml:Box srsName="epsg:4269">
>          <gml:coordinates>-95,26.5 -94.75,26.75</gml:coordinates>
> </gml:Box>
>
> "EPSG:4269" and "epsg:4269" produce the same results in the request, 
> but the mapfile seems to only recognize the lowercase representation.
>
> from the mapfile:
> DATA "SHAPE FROM BATHYUSER.SOUNDING USING SRID 8265"
> PROJECTION
>   "init=epsg:4269"
> END
>
> Is there a way that I can see any more detail on how mapserver "sees" 
> the request?
>
> Thanks!
>
> -- john
>
> Eijnden, B. van den (Bart) wrote:
>
>> Have you tried Perry's suggestion to use:
>>
>>        <gml:Box srsName="EPSG:4269">
>>           <gml:coordinates>-95,26.5 -94.75,26.75</gml:coordinates>
>>        </gml:Box>
>>
>> ?
>>
>> What's does your LAYER's PROJECTION block look like?
>>
>> Best regards,
>> Bart
>>
>
>


-- 
Bart van den Eijnden
OSGIS, Open Source GIS
http://www.osgis.nl



More information about the mapserver-users mailing list