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

Reply via email to