[Commits] r965 - in apps/opengeo/geoexplorer/branches/0.1.x: . lib theme

commits at geoext.org commits at geoext.org
Tue Jun 2 22:53:06 CEST 2009


Author: tschaub
Date: 2009-06-02 22:53:06 +0200 (Tue, 02 Jun 2009)
New Revision: 965

Modified:
   apps/opengeo/geoexplorer/branches/0.1.x/debug.html
   apps/opengeo/geoexplorer/branches/0.1.x/lib/GeoExplorer.js
   apps/opengeo/geoexplorer/branches/0.1.x/theme/geoexplorer.css
Log:
Updates based on changes in trunk.

Modified: apps/opengeo/geoexplorer/branches/0.1.x/debug.html
===================================================================
--- apps/opengeo/geoexplorer/branches/0.1.x/debug.html	2009-06-02 20:52:11 UTC (rev 964)
+++ apps/opengeo/geoexplorer/branches/0.1.x/debug.html	2009-06-02 20:53:06 UTC (rev 965)
@@ -34,7 +34,8 @@
         <script>
             Ext.BLANK_IMAGE_URL = "theme/img/blank.gif";
             var app = new GeoExplorer({
-                ows: "/geoserver/ows",
+                proxy: "/proxy/?url=",
+                ows: "http://publicus.opengeo.org/geoserver/wms",
                 map: {
                     layers: [{
                         name: "topp:states"

Modified: apps/opengeo/geoexplorer/branches/0.1.x/lib/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/branches/0.1.x/lib/GeoExplorer.js	2009-06-02 20:52:11 UTC (rev 964)
+++ apps/opengeo/geoexplorer/branches/0.1.x/lib/GeoExplorer.js	2009-06-02 20:53:06 UTC (rev 965)
@@ -186,10 +186,10 @@
             zoom: mapConfig.zoom,
             items: [
                 {
-                    xtype: "gx_scaleslider",
+                    xtype: "gx_zoomslider",
                     vertical: true,
                     height: 100,
-                    plugins: new GeoExt.ScaleSliderTip({
+                    plugins: new GeoExt.ZoomSliderTip({
                         template: "<div>Zoom Level: {zoom}</div>"
                     })
                 },
@@ -877,7 +877,7 @@
                     scope: this
                 }
             });
-            popup.addToMapPanel(this.mapPanel);
+            this.mapPanel.add(popup);
             popup.show();
             this.popupCache[popupKey] = popup;
         } else {

Modified: apps/opengeo/geoexplorer/branches/0.1.x/theme/geoexplorer.css
===================================================================
--- apps/opengeo/geoexplorer/branches/0.1.x/theme/geoexplorer.css	2009-06-02 20:52:11 UTC (rev 964)
+++ apps/opengeo/geoexplorer/branches/0.1.x/theme/geoexplorer.css	2009-06-02 20:53:06 UTC (rev 965)
@@ -150,7 +150,7 @@
 }
 
 /* position the zoom slider within map panel */
-.gx-scaleslider {
+.gx-zoomslider {
     top: 90px;
     left: 17px
 }



More information about the Commits mailing list