[mapguide-commits] r5398 - trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Nov 23 01:48:43 EST 2010


Author: liuar
Date: 2010-11-22 22:48:43 -0800 (Mon, 22 Nov 2010)
New Revision: 5398

Modified:
   trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/describefeaturetypewfsform.html
   trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getcapabilitieswfsform.html
   trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getcapabilitieswmsform.html
   trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getfeatureinfowmsform.html
   trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getfeaturewfsform.html
   trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getmapwmsform.html
Log:
Update web tier test page according to the latest WMS/WFS implementation

Modified: trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/describefeaturetypewfsform.html
===================================================================
--- trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/describefeaturetypewfsform.html	2010-11-23 05:54:03 UTC (rev 5397)
+++ trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/describefeaturetypewfsform.html	2010-11-23 06:48:43 UTC (rev 5398)
@@ -11,11 +11,12 @@
 <p> Service:
 <input type="text" name="SERVICE" value="WFS" size="10">
 <p> Version:
-<input type="text" name="VERSION" value="1.0.0" size="10">
+<input type="text" name="VERSION" value="1.1.0" size="10">
 <p> Type Name:
-<input type="text" name="TYPENAME" value="ns34414117:Parcels" size="10">
+<input type="text" name="TYPENAME" value="ns34414117:Parcels" size="100">
 <p> Output Format:
 <select name="OUTPUTFORMAT">
+<option value="GML3">GML3</option>
 <option value="GML2">GML2</option>
 </select>
 <p>

Modified: trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getcapabilitieswfsform.html
===================================================================
--- trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getcapabilitieswfsform.html	2010-11-23 05:54:03 UTC (rev 5397)
+++ trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getcapabilitieswfsform.html	2010-11-23 06:48:43 UTC (rev 5398)
@@ -11,7 +11,7 @@
 <p> Service:
 <input type="text" name="SERVICE" value="WFS" size="10">
 <p> Version:
-<input type="text" name="VERSION" value="1.0.0" size="10">
+<input type="text" name="VERSION" value="1.1.0" size="10">
 <p> Format:
 <select name="FORMAT">
 <option value="text/xml">text/xml</option>

Modified: trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getcapabilitieswmsform.html
===================================================================
--- trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getcapabilitieswmsform.html	2010-11-23 05:54:03 UTC (rev 5397)
+++ trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getcapabilitieswmsform.html	2010-11-23 06:48:43 UTC (rev 5398)
@@ -11,11 +11,12 @@
 <p> Service:
 <input type="text" name="SERVICE" value="WMS" size="10">
 <p> Version:
-<input type="text" name="VERSION" value="1.1.1" size="10">
+<input type="text" name="VERSION" value="1.3.0" size="10">
 <p> Format:
 <select name="FORMAT">
 <option value="text/xml">text/xml</option>
 <option value="text/html">text/html</option>
+<option value="application/vnd.ogc.wms_xml">application/vnd.ogc.wms_xml</option>
 </select>
 <p>
 <input type="submit" value="Submit" onclick="SetActionTarget()"> <input type="reset">

Modified: trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getfeatureinfowmsform.html
===================================================================
--- trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getfeatureinfowmsform.html	2010-11-23 05:54:03 UTC (rev 5397)
+++ trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getfeatureinfowmsform.html	2010-11-23 06:48:43 UTC (rev 5398)
@@ -11,7 +11,7 @@
 <p> Service:
 <input type="text" name="SERVICE" value="WMS" size="10">
 <p> Version:
-<input type="text" name="VERSION" value="1.1.1" size="10">
+<input type="text" name="VERSION" value="1.3.0" size="10">
 <p> Image Format:
 <select name="FORMAT">
 <option value="image/png">image/png</option>
@@ -22,6 +22,7 @@
 <select name="INFO_FORMAT">
 <option value="text/xml">text/xml</option>
 <option value="itext/html">text/html</option>
+<option value="text/plain">text/plain</option>
 </select>
 <p> Map Layers (comma-separated):
 <input type="text" name="LAYERS" value="Samples/Sheboygan/Layers/Parcels" size="100">
@@ -32,7 +33,7 @@
 <p> Query Point Y (pixels from top):
 <input type="text" name="Y" value="50" size="100">
 <p> Bounding Box (minx,miny,maxx,maxy):
-<input type="text" name="BBOX" value="-87.7398334220901,43.73822699224595,-87.72068284176505,43.75068777906662" size="100">
+<input type="text" name="BBOX" value="43.73822699224595,-87.7398334220901,43.75068777906662,-87.72068284176505" size="100">
 <p> Coordinate System:
 <input type="text" name="SRS" value="EPSG:4326" size="100">
 <p> Display Width (pixels):

Modified: trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getfeaturewfsform.html
===================================================================
--- trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getfeaturewfsform.html	2010-11-23 05:54:03 UTC (rev 5397)
+++ trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getfeaturewfsform.html	2010-11-23 06:48:43 UTC (rev 5398)
@@ -11,7 +11,7 @@
 <p> Service:
 <input type="text" name="SERVICE" value="WFS" size="10">
 <p> Version:
-<input type="text" name="VERSION" value="1.0.0" size="10">
+<input type="text" name="VERSION" value="1.1.0" size="10">
 <p> Property Name(s):
 <input type="text" name="PROPERTYNAME" value="" size="50">
 <p> Max Features:
@@ -28,6 +28,7 @@
 <input type="text" name="BBOX" value="" size="50">
 <p> Output Format:
 <select name="OUTPUTFORMAT">
+<option value="GML3">GML3</option>
 <option value="GML2">GML2</option>
 </select>
 <p>

Modified: trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getmapwmsform.html
===================================================================
--- trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getmapwmsform.html	2010-11-23 05:54:03 UTC (rev 5397)
+++ trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getmapwmsform.html	2010-11-23 06:48:43 UTC (rev 5398)
@@ -11,7 +11,7 @@
 <p> Service:
 <input type="text" name="SERVICE" value="WMS" size="10">
 <p> Version:
-<input type="text" name="VERSION" value="1.1.1" size="10">
+<input type="text" name="VERSION" value="1.3.0" size="10">
 <p> Format:
 <select name="FORMAT">
 <option value="image/png">image/png</option>
@@ -21,7 +21,7 @@
 <p> Layers (comma-separated):
 <input type="text" name="LAYERS" value="Samples/Sheboygan/Layers/Parcels,Samples/Sheboygan/Layers/Roads" size="100">
 <p> Bounding Box (minx,miny,maxx,maxy):
-<input type="text" name="BBOX" value="-87.7398334220901,43.73822699224595,-87.72068284176505,43.75068777906662" size="100">
+<input type="text" name="BBOX" value="43.73822699224595,-87.7398334220901,43.75068777906662,-87.72068284176505" size="100">
 <p> Coordinate System:
 <input type="text" name="SRS" value="EPSG:4326" size="100">
 <p> Display Width (pixels):



More information about the mapguide-commits mailing list