<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi everyone!<br>
<br>
Just found something strange in the WMS GetCapabilties. <br>
<br>
With a GetCapabilities requets version 1.3.0, the Bounding box values looks to be inversed:
<br>
<br>
<ul>
<li>geo.weather.gc.ca/geomet?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities&LAYER=GDPS.ETA_TT
<ul>
<li><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"/> </li></ul>
</li></ul>
<p>While for the 1.1.1 version it looks fine. <br>
</p>
<ul>
<li>geo.weather.gc.ca/geomet?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetCapabilities&LAYER=GDPS.ETA_TT
<ul>
<li><LatLonBoundingBox minx="-180" miny="-90" maxx="180" maxy="90"/><BoundingBox SRS="EPSG:4326" minx="-180" miny="-90" maxx="180" maxy="90"/>
</li></ul>
</li></ul>
<p>I'm using MapServer 7.0.7</p>
<p>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]</p>
<p>Thanks</p>
<p>LP<br>
</p>
</body>
</html>