Changeset 7521
- Timestamp:
- 07/16/08 09:15:52 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/topp/almanac/lib/OpenLayers/Control/YahooGeocoder.js
r7510 r7521 17 17 */ 18 18 appid: null, 19 20 /**21 * proxy: proxy22 * {String} The URL of the proxy.23 */24 25 proxy: null,26 19 27 20 /** … … 46 39 initialize: function(appid, options) { 47 40 this.appid = appid; 48 this.proxy = "";49 41 50 42 this.serverProj = new OpenLayers.Projection("EPSG:4326"); … … 116 108 117 109 this.request = OpenLayers.Request.GET({ 118 url: this. proxy + escape(this.yahooUrl),110 url: this.yahooUrl, 119 111 callback: bound, 120 112 params: params,
