[mapguide-commits] r7338 - branches/2.5/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jan 22 06:21:41 PST 2013


Author: jng
Date: 2013-01-22 06:21:39 -0800 (Tue, 22 Jan 2013)
New Revision: 7338

Modified:
   branches/2.5/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getcapabilitieswfsform.html
   branches/2.5/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getcapabilitieswmsform.html
Log:
#263: HTML is not a valid output option so remove it.

Modified: branches/2.5/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getcapabilitieswfsform.html
===================================================================
--- branches/2.5/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getcapabilitieswfsform.html	2013-01-22 14:20:50 UTC (rev 7337)
+++ branches/2.5/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getcapabilitieswfsform.html	2013-01-22 14:21:39 UTC (rev 7338)
@@ -15,7 +15,6 @@
 <p> Format:
 <select name="FORMAT">
 <option value="text/xml">text/xml</option>
-<option value="text/html">text/html</option>
 </select>
 <p>
 <input type="submit" value="Submit" onclick="SetActionTarget()"> <input type="reset">

Modified: branches/2.5/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getcapabilitieswmsform.html
===================================================================
--- branches/2.5/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getcapabilitieswmsform.html	2013-01-22 14:20:50 UTC (rev 7337)
+++ branches/2.5/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getcapabilitieswmsform.html	2013-01-22 14:21:39 UTC (rev 7338)
@@ -15,7 +15,6 @@
 <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>



More information about the mapguide-commits mailing list