[mapserver-users] Inversed lat/long in WMS 1.3.0 GetCapabilties

Rousseau Lambert2, Louis-Philippe (EC) louis-philippe.rousseaulambert2 at canada.ca
Thu Jul 26 11:18:53 PDT 2018


Hi everyone!

Just found something strange in the WMS GetCapabilties.

With a GetCapabilities requets version 1.3.0, the Bounding box values looks to be inversed:


  *   geo.weather.gc.ca/geomet?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities&LAYER=GDPS.ETA_TT
     *   <EX_GeographicBoundingBox><westBoundLongitude>-180</westBoundLongitude><eastBoundLongitude>180</eastBoundLongitude><southBoundLatitude>-90</southBoundLatitude><northBoundLatitude>90</northBoundLatitude></EX_GeographicBoundingBox><BoundingBox CRS="EPSG:4326" minx="-90" miny="-180" maxx="90" maxy="180"/>

While for the 1.1.1 version it looks fine.

  *   geo.weather.gc.ca/geomet?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities&LAYER=GDPS.ETA_TT
     *   <LatLonBoundingBox minx="-180" miny="-90" maxx="180" maxy="90"/><BoundingBox SRS="EPSG:4326" minx="-180" miny="-90" maxx="180" maxy="90"/>

I'm using MapServer 7.0.7

in my mapfile, the extent is defined as:  EXTENT -180 -90 180 90 in EPSG:4326, which should be the right way according to the doc: EXTENT [minx] [miny] [maxx] [maxy]

Thanks

LP
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20180726/d7e8bc1d/attachment.html>


More information about the mapserver-users mailing list