Are there modules to do this ?

PGiro's picture

Hi, in the true spirit of Drupal I am looking for modules that suite my need before going off on a development spree...

1) I am using location to store information & gmap to display it. I have gotten to a point where there is too many points that are too close. I'd like to display the same information as a heatmap. Are there any drupal modules that could help me ?

2) Is there a batch geocoder for rows in the location table that were not geocoded ? This is because I have a webservice that can't affored waiting for a geocode request to complete... so I want to save directy to the table and geocode on crons.

Thanks

Login to post comments

Just In Time geocoding

bec - Thu, 2009-06-25 23:33

For #2, the Location module has a setting to labeled "Enable JIT geocoding". "JIT" stands for "Just In Time", and means that the module will attempt to geocode any location data that lacks coordinates--when that location is loaded up. This wouldn't help if you wanted to geocode when cron ran, though...