[mapserver-commits] r11059 - trunk/msautotest/wxs
svn at osgeo.org
svn at osgeo.org
Thu Mar 3 17:47:02 EST 2011
Author: rouault
Date: 2011-03-03 14:47:02 -0800 (Thu, 03 Mar 2011)
New Revision: 11059
Modified:
trunk/msautotest/wxs/tomk_workshop.map
trunk/msautotest/wxs/wfs_filter.map
trunk/msautotest/wxs/wfs_filter_projmeter.map
trunk/msautotest/wxs/wfs_misc.map
trunk/msautotest/wxs/wfs_ogr.map
trunk/msautotest/wxs/wfs_simple.map
trunk/msautotest/wxs/wms_nosld.map
trunk/msautotest/wxs/wms_time1.map
Log:
Add missing "ows_enable_request" "*" in msautotest/wxs mapfiles
Modified: trunk/msautotest/wxs/tomk_workshop.map
===================================================================
--- trunk/msautotest/wxs/tomk_workshop.map 2011-03-03 22:33:27 UTC (rev 11058)
+++ trunk/msautotest/wxs/tomk_workshop.map 2011-03-03 22:47:02 UTC (rev 11059)
@@ -301,6 +301,8 @@
# sets:
# /WCS_Capabilities/Service/metadataLink/@xlink:href
"wcs_metadatalink_href" "http://localhost/ms_ogc_workshop/index.html"
+
+ "ows_enable_request" "*"
END
END
Modified: trunk/msautotest/wxs/wfs_filter.map
===================================================================
--- trunk/msautotest/wxs/wfs_filter.map 2011-03-03 22:33:27 UTC (rev 11058)
+++ trunk/msautotest/wxs/wfs_filter.map 2011-03-03 22:47:02 UTC (rev 11059)
@@ -142,6 +142,7 @@
"wfs_onlineresource" "http://localhost/path/to/wfs_simple?"
"wfs_srs" "EPSG:4326 EPSG:4269"
"ows_schemas_location" "http://ogc.dmsolutions.ca"
+ "ows_enable_request" "*"
END
END
Modified: trunk/msautotest/wxs/wfs_filter_projmeter.map
===================================================================
--- trunk/msautotest/wxs/wfs_filter_projmeter.map 2011-03-03 22:33:27 UTC (rev 11058)
+++ trunk/msautotest/wxs/wfs_filter_projmeter.map 2011-03-03 22:47:02 UTC (rev 11059)
@@ -82,6 +82,7 @@
"wfs_onlineresource" "http://localhost/path/to/wfs_simple?"
"wfs_srs" "EPSG:3347 EPSG:4269"
"ows_schemas_location" "http://ogc.dmsolutions.ca"
+ "ows_enable_request" "*"
END
END
Modified: trunk/msautotest/wxs/wfs_misc.map
===================================================================
--- trunk/msautotest/wxs/wfs_misc.map 2011-03-03 22:33:27 UTC (rev 11058)
+++ trunk/msautotest/wxs/wfs_misc.map 2011-03-03 22:47:02 UTC (rev 11059)
@@ -51,6 +51,7 @@
"wfs_onlineresource" "http://localhost/path/to/wfs_simple?"
"wfs_srs" "EPSG:4326 EPSG:4269"
"ows_schemas_location" "http://ogc.dmsolutions.ca"
+ "ows_enable_request" "*"
END
END
Modified: trunk/msautotest/wxs/wfs_ogr.map
===================================================================
--- trunk/msautotest/wxs/wfs_ogr.map 2011-03-03 22:33:27 UTC (rev 11058)
+++ trunk/msautotest/wxs/wfs_ogr.map 2011-03-03 22:47:02 UTC (rev 11059)
@@ -163,6 +163,7 @@
"ows_contactinstructions" "during hours of service"
"ows_role" "staff"
"wms_feature_info_mime_type" "text/csv"
+ "ows_enable_request" "*"
END
END
Modified: trunk/msautotest/wxs/wfs_simple.map
===================================================================
--- trunk/msautotest/wxs/wfs_simple.map 2011-03-03 22:33:27 UTC (rev 11058)
+++ trunk/msautotest/wxs/wfs_simple.map 2011-03-03 22:47:02 UTC (rev 11059)
@@ -94,16 +94,6 @@
SYMBOLSET etc/symbols.sym
FONTSET etc/fonts.txt
-
-OUTPUTFORMAT
- NAME GDPNG
- DRIVER "GD/PNG"
- MIMETYPE "image/png"
- IMAGEMODE RGB
- EXTENSION "png"
-END
-
-
#
# Start of web interface definition
#
@@ -137,6 +127,7 @@
"ows_hoursofservice" "0800h - 1600h EST"
"ows_contactinstructions" "during hours of service"
"ows_role" "staff"
+ "ows_enable_request" "*"
END
END
Modified: trunk/msautotest/wxs/wms_nosld.map
===================================================================
--- trunk/msautotest/wxs/wms_nosld.map 2011-03-03 22:33:27 UTC (rev 11058)
+++ trunk/msautotest/wxs/wms_nosld.map 2011-03-03 22:47:02 UTC (rev 11059)
@@ -50,6 +50,7 @@
"wms_srs" "EPSG:42304 EPSG:42101 EPSG:4269 EPSG:4326"
"ows_schemas_location" "http://ogc.dmsolutions.ca"
"wms_sld_enabled" "false"
+ "ows_enable_request" "*"
END
END
Modified: trunk/msautotest/wxs/wms_time1.map
===================================================================
--- trunk/msautotest/wxs/wms_time1.map 2011-03-03 22:33:27 UTC (rev 11058)
+++ trunk/msautotest/wxs/wms_time1.map 2011-03-03 22:47:02 UTC (rev 11059)
@@ -1,3 +1,4 @@
+#
# Test WMS TIME SUPPORT
#
# REQUIRES: INPUT=GDAL OUTPUT=PNG SUPPORTS=WMS
@@ -5,7 +6,7 @@
#
# Capabilities
-# RUN_PARMS: wms_time_cap.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WMS&VERSION=1.1.0&REQUEST=GetCapabilities" > [RESULT_DEVERSION]
+# RUN_PARMS: wms_time_cap.xml [MAPSERV] QUERY_STRING="MAP=[MAPFILE]&SERVICE=WMS&VERSION=1.1.0&REQUEST=GetCapabilities" > [RESULT_DEVERSION]
#
# Capabilities 1.3.0
# RUN_PARMS: wms_time_cap130.xml [MAPSERV] QUERY_STRING="map=[MAPFILE]&SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities" > [RESULT_DEVERSION]
@@ -88,6 +89,7 @@
"WMS_ACCESSCONTRAINTS" "none"
"WMS_FEES" "none"
"wms_timeformat" "YYYY-MM-DD HH,YYYY-MM-DD HH:MM:"
+ "ows_enable_request" "*"
END
END
More information about the mapserver-commits
mailing list