[mapserver-commits] r11097 - in trunk/msautotest/wxs: . expected

svn at osgeo.org svn at osgeo.org
Sun Mar 6 14:58:52 EST 2011


Author: rouault
Date: 2011-03-06 11:58:52 -0800 (Sun, 06 Mar 2011)
New Revision: 11097

Added:
   trunk/msautotest/wxs/expected/wms_get_map_polygon.kmz
Modified:
   trunk/msautotest/wxs/wms_simple_kml.map
Log:
Test WMS KMZ output

Added: trunk/msautotest/wxs/expected/wms_get_map_polygon.kmz
===================================================================
(Binary files differ)


Property changes on: trunk/msautotest/wxs/expected/wms_get_map_polygon.kmz
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: trunk/msautotest/wxs/wms_simple_kml.map
===================================================================
--- trunk/msautotest/wxs/wms_simple_kml.map	2011-03-06 19:58:09 UTC (rev 11096)
+++ trunk/msautotest/wxs/wms_simple_kml.map	2011-03-06 19:58:52 UTC (rev 11097)
@@ -6,6 +6,9 @@
 # Draw a map with a single polygon layer.  BBOX is set to keep image square
 # RUN_PARMS: wms_get_map_polygon.kml [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WMS&VERSION=1.1.0&REQUEST=GetMap&SRS=EPSG:4326&BBOX=-67.5725,42.3683,-58.9275,48.13&FORMAT=kml&WIDTH=300&HEIGHT=200&STYLES=&LAYERS=road" > [RESULT_DEMIME]
 
+# Same with KMZ output
+# RUN_PARMS: wms_get_map_polygon.kmz [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WMS&VERSION=1.1.0&REQUEST=GetMap&SRS=EPSG:4326&BBOX=-67.5725,42.3683,-58.9275,48.13&FORMAT=kmz&WIDTH=300&HEIGHT=200&STYLES=&LAYERS=road" > [RESULT_DEMIME]
+
 MAP
 
 NAME WMS_TEST



More information about the mapserver-commits mailing list