[mapserver-commits] r10010 - trunk/msautotest/gdal
svn at osgeo.org
svn at osgeo.org
Thu Mar 25 10:37:45 EDT 2010
Author: warmerdam
Date: 2010-03-25 10:37:43 -0400 (Thu, 25 Mar 2010)
New Revision: 10010
Modified:
trunk/msautotest/gdal/reproj.map
Log:
test EXTENT keyword on a raster layer (#3402)
Modified: trunk/msautotest/gdal/reproj.map
===================================================================
--- trunk/msautotest/gdal/reproj.map 2010-03-25 14:18:41 UTC (rev 10009)
+++ trunk/msautotest/gdal/reproj.map 2010-03-25 14:37:43 UTC (rev 10010)
@@ -1,6 +1,9 @@
#
# Test supports for image reprojection.
#
+# This also incidentally tests the EXTENT keyword for a layer as a source
+# of georeferencing (#3402).
+#
# REQUIRES: SUPPORTS=PROJ
#
#
@@ -36,9 +39,7 @@
"proj=latlong"
"datum=WGS84"
END
- METADATA
- "wms_extent" "-117 34 -116.6 34.3"
- END
+ EXTENT -117 34 -116.6 34.3
END
END # of map file
More information about the mapserver-commits
mailing list