[Commits] r1963 - sandbox/mapgears/geoext.ux/ux/WMSLayerAdder/examples
commits at geoext.org
commits at geoext.org
Mon Mar 15 19:50:28 CET 2010
Author: adube
Date: 2010-03-15 19:50:27 +0100 (Mon, 15 Mar 2010)
New Revision: 1963
Modified:
sandbox/mapgears/geoext.ux/ux/WMSLayerAdder/examples/WMSLayerAdderExample.js
Log:
wmslayeradder - QC extent
Modified: sandbox/mapgears/geoext.ux/ux/WMSLayerAdder/examples/WMSLayerAdderExample.js
===================================================================
--- sandbox/mapgears/geoext.ux/ux/WMSLayerAdder/examples/WMSLayerAdderExample.js 2010-03-15 18:45:44 UTC (rev 1962)
+++ sandbox/mapgears/geoext.ux/ux/WMSLayerAdder/examples/WMSLayerAdderExample.js 2010-03-15 18:50:27 UTC (rev 1963)
@@ -11,8 +11,8 @@
layers: [new OpenLayers.Layer.WMS("Global Imagery",
"http://labs.metacarta.com/wms/vmap0",
{layers: "basic"})] ,
- center: [-87,50],
- zoom: 6
+ center: [-68,52],
+ zoom: 4
});
var oServerStore = new Ext.data.SimpleStore({
More information about the Commits
mailing list