OpenLayers OpenLayers

Changeset 7521

Show
Ignore:
Timestamp:
07/16/08 09:15:52 (2 months ago)
Author:
sbenthall
Message:

oh, so the new OL.Request stuff does proxying automagically. Sweet.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/topp/almanac/lib/OpenLayers/Control/YahooGeocoder.js

    r7510 r7521  
    1717     */ 
    1818    appid: null, 
    19      
    20     /** 
    21      * proxy: proxy 
    22      * {String} The URL of the proxy. 
    23      */ 
    24      
    25     proxy: null, 
    2619 
    2720   /** 
     
    4639    initialize: function(appid, options) { 
    4740        this.appid = appid; 
    48         this.proxy = ""; 
    4941 
    5042        this.serverProj = new OpenLayers.Projection("EPSG:4326"); 
     
    116108 
    117109        this.request = OpenLayers.Request.GET({ 
    118             url: this.proxy + escape(this.yahooUrl)
     110            url: this.yahooUrl
    119111            callback: bound, 
    120112            params: params,