OpenLayers OpenLayers

Changeset 7525

Show
Ignore:
Timestamp:
07/16/08 11:35:36 (1 month ago)
Author:
sbenthall
Message:

shorter property names are nicer

Files:

Legend:

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

    r7524 r7525  
    99     * The URL of Yahoo's geocoding service 
    1010     */ 
    11     yahooUrl : "http://local.yahooapis.com/MapsService/V1/geocode", 
     11    url : "http://local.yahooapis.com/MapsService/V1/geocode", 
    1212 
    1313    /** 
     
    116116 
    117117        this.request = OpenLayers.Request.GET({ 
    118             url: this.yahooUrl, 
     118            url: this.url, 
    119119            callback: requestCallback, 
    120120            params: params,