 | Available As of v1.8 This feature is available starting with CiviCRM release 1.8 |
CiviCRM provides a command-line script which will retrieve latitude and longitude for a specified set of contact records using your configured Mapping Provider. You must configure a mapping provider prior to running this script.
You will run the script from a command prompt by using wget to invoke a URL. You will need to include a valid Drupal or Joomla administrator username and password in the URL as shown below. You can pass in a range of contact ID's to geocode, or ask the script to geocode all contact who don't already have a latitude/longitude value stored.
$ wget http:
$ wget http:
Don't forget to replace the entire variable string, including <>.
If it is easier for you, you can also just run the http:// URLs above in your browser.