[Commits] r1388 - apps/opengeo/geoexplorer/trunk/src/script/app

commits at geoext.org commits at geoext.org
Thu Oct 8 01:27:30 CEST 2009


Author: tschaub
Date: 2009-10-08 01:27:30 +0200 (Thu, 08 Oct 2009)
New Revision: 1388

Modified:
   apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js
Log:
We depend on GetLegendGraphic and fail with 1.3, so that locks us at 1.1.1.

Modified: apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js	2009-10-07 23:18:35 UTC (rev 1387)
+++ apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js	2009-10-07 23:27:30 UTC (rev 1388)
@@ -236,7 +236,8 @@
     createWMSCapabilitiesURL: function(url) {
         var args = {
             SERVICE: "WMS",
-            REQUEST: "GetCapabilities"
+            REQUEST: "GetCapabilities",
+            VERSION: "1.1.1"
         };
         var argIndex = url.indexOf("?");
         if(argIndex > -1) {



More information about the Commits mailing list