[Commits] r317 - apps/opengeo/geoexplorer/trunk/lib
commits at geoext.org
commits at geoext.org
Wed Apr 1 21:10:42 CEST 2009
Author: sbenthall
Date: 2009-04-01 21:10:42 +0200 (Wed, 01 Apr 2009)
New Revision: 317
Modified:
apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
Log:
whoops. fixing typo
Modified: apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js 2009-04-01 19:05:30 UTC (rev 316)
+++ apps/opengeo/geoexplorer/trunk/lib/GeoExplorer.js 2009-04-01 19:10:42 UTC (rev 317)
@@ -321,7 +321,7 @@
mapConfig.zoom = this.map.zoom;
var center = this.map.getCenter();
- this.map.center = [center.lon, center.lat];
+ mapConfig.center = [center.lon, center.lat];
config.map = mapConfig;
//End Map configuration
More information about the Commits
mailing list