[Commits] r2180 - sandbox/cmoullet/ux/RoutingPanel/ux/widgets

commits at geoext.org commits at geoext.org
Wed May 12 08:44:26 CEST 2010


Author: cmoullet
Date: 2010-05-12 08:44:26 +0200 (Wed, 12 May 2010)
New Revision: 2180

Modified:
   sandbox/cmoullet/ux/RoutingPanel/ux/widgets/RoutingPanel.js
Log:
Adapt namespace of OpenAddresses


Modified: sandbox/cmoullet/ux/RoutingPanel/ux/widgets/RoutingPanel.js
===================================================================
--- sandbox/cmoullet/ux/RoutingPanel/ux/widgets/RoutingPanel.js	2010-05-12 06:17:02 UTC (rev 2179)
+++ sandbox/cmoullet/ux/RoutingPanel/ux/widgets/RoutingPanel.js	2010-05-12 06:44:26 UTC (rev 2180)
@@ -392,7 +392,7 @@
 
         // Create openaddresses search combo
         if (this.geocodingType == 'openaddresses') {
-            this.startLocationCombo = new GeoExt.ux.openaddresses.OpenAddressesSearchCombo({
+            this.startLocationCombo = new GeoExt.ux.OpenAddressesSearchCombo({
                 fieldLabel: OpenLayers.i18n('A'),
                 map: this.map,
                 zoom: 18
@@ -407,7 +407,7 @@
                     );
 
 
-            this.endLocationCombo = new GeoExt.ux.openaddresses.OpenAddressesSearchCombo({
+            this.endLocationCombo = new GeoExt.ux.OpenAddressesSearchCombo({
                 fieldLabel: OpenLayers.i18n('B'),
                 map: this.map,
                 zoom: 18



More information about the Commits mailing list