[Commits] r2830 - sandbox/gxm/geoext/gxm/examples
commits at geoext.org
commits at geoext.org
Wed Aug 24 13:49:18 CEST 2011
Author: chrismayer
Date: 2011-08-24 13:49:18 +0200 (Wed, 24 Aug 2011)
New Revision: 2830
Modified:
sandbox/gxm/geoext/gxm/examples/state.js
Log:
[gxm] Fixed state example
Modified: sandbox/gxm/geoext/gxm/examples/state.js
===================================================================
--- sandbox/gxm/geoext/gxm/examples/state.js 2011-08-24 11:46:07 UTC (rev 2829)
+++ sandbox/gxm/geoext/gxm/examples/state.js 2011-08-24 11:49:18 UTC (rev 2830)
@@ -27,15 +27,13 @@
}
);
- // map.addLayers([ol_wms]);
-
mapPanel = new GXM.MapPanel({
map: map,
layers: [ol_wms]
});
// A button to show relevant code parts
- var btnSource = example.utility.getSourceCodeButton('state')
+ var btnSource = example.utility.getSourceCodeButton('state');
// A reload button:
var btnReload = {
More information about the Commits
mailing list