[Commits] r2729 - sandbox/gxm/geoext/gxm/examples
commits at geoext.org
commits at geoext.org
Wed Jun 15 14:48:48 CEST 2011
Author: marcjansen
Date: 2011-06-15 14:48:48 +0200 (Wed, 15 Jun 2011)
New Revision: 2729
Modified:
sandbox/gxm/geoext/gxm/examples/state.js
Log:
fix the state example
Modified: sandbox/gxm/geoext/gxm/examples/state.js
===================================================================
--- sandbox/gxm/geoext/gxm/examples/state.js 2011-06-09 17:20:02 UTC (rev 2728)
+++ sandbox/gxm/geoext/gxm/examples/state.js 2011-06-15 12:48:48 UTC (rev 2729)
@@ -32,8 +32,11 @@
// map.addLayers([ol_wms]);
mapPanel = new GXM.MapPanel({
- // map: map
- layers: [ol_wms]
+ map: map,
+ layers: [ol_wms]
});
+
+
+
}
});
More information about the Commits
mailing list