[Commits] r2056 - sandbox/cmoullet/ux/OpenAddressesSearchCombo/examples
commits at geoext.org
commits at geoext.org
Sun Mar 28 20:31:16 CEST 2010
Author: cmoullet
Date: 2010-03-28 20:31:16 +0200 (Sun, 28 Mar 2010)
New Revision: 2056
Modified:
sandbox/cmoullet/ux/OpenAddressesSearchCombo/examples/OpenAddressesSearchComboExample.js
Log:
Modified: sandbox/cmoullet/ux/OpenAddressesSearchCombo/examples/OpenAddressesSearchComboExample.js
===================================================================
--- sandbox/cmoullet/ux/OpenAddressesSearchCombo/examples/OpenAddressesSearchComboExample.js 2010-03-28 18:26:06 UTC (rev 2055)
+++ sandbox/cmoullet/ux/OpenAddressesSearchCombo/examples/OpenAddressesSearchComboExample.js 2010-03-28 18:31:16 UTC (rev 2056)
@@ -20,12 +20,13 @@
map.addLayer(layer);
var openAddressesSearchCombo = new GeoExt.ux.openaddresses.OpenAddressesSearchCombo({
- map: map, zoom: 17
+ map: map,
+ zoom: 15
});
new GeoExt.ux.openaddresses.OpenAddressesSearchCombo({
map: map,
- zoom: 16,
+ zoom: 15,
renderTo: 'OpenAddressesSearch'
});
More information about the Commits
mailing list