Changeset 7525
- Timestamp:
- 07/16/08 11:35:36 (1 month ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/topp/almanac/lib/OpenLayers/Control/YahooGeocoder.js
r7524 r7525 9 9 * The URL of Yahoo's geocoding service 10 10 */ 11 yahooUrl : "http://local.yahooapis.com/MapsService/V1/geocode",11 url : "http://local.yahooapis.com/MapsService/V1/geocode", 12 12 13 13 /** … … 116 116 117 117 this.request = OpenLayers.Request.GET({ 118 url: this. yahooUrl,118 url: this.url, 119 119 callback: requestCallback, 120 120 params: params,
