[Commits] r953 - apps/opengeo/geoexplorer/trunk/lib/GeoExplorer

commits at geoext.org commits at geoext.org
Tue Jun 2 21:20:08 CEST 2009


Author: sbenthall
Date: 2009-06-02 21:20:07 +0200 (Tue, 02 Jun 2009)
New Revision: 953

Modified:
   apps/opengeo/geoexplorer/trunk/lib/GeoExplorer/CapabilitiesGrid.js
Log:
explanatory comment


Modified: apps/opengeo/geoexplorer/trunk/lib/GeoExplorer/CapabilitiesGrid.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/lib/GeoExplorer/CapabilitiesGrid.js	2009-06-02 19:18:09 UTC (rev 952)
+++ apps/opengeo/geoexplorer/trunk/lib/GeoExplorer/CapabilitiesGrid.js	2009-06-02 19:20:07 UTC (rev 953)
@@ -117,6 +117,7 @@
             this.mapPanel.layers.add(record);
             
             if(base){
+                //enforce base layers on bottom
                 this.mapPanel.map.setLayerIndex(layer,0);
                 layer.events.triggerEvent("visibilitychanged");
             }



More information about the Commits mailing list