TransparentMaps cron jobs
From Open-Realty Wiki
GeoCoding All Listings without lat/long
This geocoding command will add latitude and longitude data to all listings that do not already have it. This is the command that you would want to setup via cron to run once a night to make sure all listings have geocode data.
The geocoding command is triggered either via your webbrowser or via a cron job on your server. The geocoding is run by triggering the Open-Realty™ action addon_transparentmaps_geocode_all. For example after logging into your Open-Realty™ install you can enter http://www.yourdomain.com/admin/index.php?action=addon_transparentmaps_geocode_all into your web browsers address bar to trigger the loader.. The loader will then run, writing to the Open-Realty™ log as it downloads and imports your data.
Cron jobs
Cron jobs are a way to trigger the loader on a set time basis without having to manually login to your site. The command that you want your cron job to execute would be the following. Make sure to replace ORADMINUSER with your Open-Realty™ admin user name, ORADMINPASSEORD with your password, and replace yourdomain.com with your real domain name and any additional path elements.
If you are unsure of how to create a cron job with your hosting account, you should contact your host for details as this varies between servers and control panels.
curl -d "user_name=ORADMINUSER&user_pass=ORADMINPASSEORD" http://www.yourdomain.com/admin/index.php?action=addon_transparentmaps_geocode_all
GeoCoding All Listings
This geocoding command will add latitude and longitude data to all listings updating even listings that already have geocode data. This command is useful if you update the address information for a large number of listings and want to update all your geocode information.
he geocoding is run by triggering the Open-Realty™ action addon_transparentmaps_geocode_all_refresh. For example after logging into your Open-Realty™ install you can enter http://www.yourdomain.com/admin/index.php?action=addon_transparentmaps_geocode_all_refresh
