Show
Ignore:
Timestamp:
07/26/09 12:25:29 (3 years ago)
Author:
networkfusion
Message:

* Addded New Geocoders Yahoo and Google.
* Geocoder now defaults to google if no country specific
Geocoder is found (in future, this will be made selectable by network)
* Fixed Postcode search on Find Hotspot Map #436
* Added search for user by email closes #417
* Added validation to networkID to stop database errors, closes
#458

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/geocoder.php

    r916 r1409  
    5555if(!empty($_REQUEST["postal_code"])) 
    5656{ 
    57     $geocoder = AbstractGeocoder::getGeocoder("Canada"); 
     57    $geocoder = AbstractGeocoder::getGeocoder("Earth"); 
    5858    $geocoder->setPostalCode($_REQUEST["postal_code"]); 
    5959    $long = $geocoder->getLongitude();