[mapserver-commits] r9779 - trunk/msautotest/wxs/expected

svn at osgeo.org svn at osgeo.org
Thu Feb 4 14:35:33 EST 2010


Author: tomkralidis
Date: 2010-02-04 14:35:32 -0500 (Thu, 04 Feb 2010)
New Revision: 9779

Modified:
   trunk/msautotest/wxs/expected/wms_rast_cap.xml
Log:
update for correct results


Modified: trunk/msautotest/wxs/expected/wms_rast_cap.xml
===================================================================
--- trunk/msautotest/wxs/expected/wms_rast_cap.xml	2010-02-04 19:01:11 UTC (rev 9778)
+++ trunk/msautotest/wxs/expected/wms_rast_cap.xml	2010-02-04 19:35:32 UTC (rev 9779)
@@ -144,7 +144,9 @@
         <Title>grey</Title>
         <SRS>EPSG:32611</SRS>
         <SRS>EPSG:4326</SRS>
-        <!-- WARNING: Optional LatLonBoundingBox could not be established for this layer.  Consider setting the EXTENT in the LAYER object, or wms_extent metadata. Also check that your data exists in the DATA statement -->
+        <LatLonBoundingBox minx="-121.489" miny="0" maxx="-121.485" maxy="0.0027058" />
+        <BoundingBox SRS="EPSG:32611"
+                    minx="0" miny="0" maxx="400" maxy="300" />
     </Layer>
   </Layer>
 </Capability>



More information about the mapserver-commits mailing list