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

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Tue Jun 8 06:41:47 PDT 2021


Author: jng
Date: 2021-06-08 06:41:47 -0700 (Tue, 08 Jun 2021)
New Revision: 9850

Modified:
   trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getmapwmsform.html
Log:
Tweak default WMS GetMap test form input to better facilitate the OpenLayers representation

Modified: trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getmapwmsform.html
===================================================================
--- trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getmapwmsform.html	2021-06-08 13:40:56 UTC (rev 9849)
+++ trunk/MgDev/UnitTest/WebTier/MapAgent/MapAgentForms/getmapwmsform.html	2021-06-08 13:41:47 UTC (rev 9850)
@@ -20,7 +20,7 @@
 <option value="application/openlayers">application/openlayers</option>
 </select>
 <p> Layers (comma-separated):
-<input type="text" name="LAYERS" value="Samples/Sheboygan/Layers/Parcels,Samples/Sheboygan/Layers/Roads" size="100">
+<input type="text" name="LAYERS" value="Samples/Sheboygan/Layers/Parcels" size="100">
 <p> Bounding Box (minx,miny,maxx,maxy):
 <input type="text" name="BBOX" value="43.73822699224595,-87.7398334220901,43.75068777906662,-87.72068284176505" size="100">
 <p> Coordinate System:



More information about the mapguide-commits mailing list