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
_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to