Hi! First , thanks for this magnificent module. This module is the main reason that makes me stick with drupal 6, since for Drupal 7 i haven't find anything so user friendly as this..
I wish to import , using feeds csv a huge amount of nodes, on daily basis.
The problem i have, is that using FEEDS, (and having valid textual addresses) In Node Processor mapping settings, there is a target available only for the openlayer wkt cck field itself, not to the openlayers geocoder widget.
This, obviously doesen't work for automating geocode...
A partial working solution I found, was using "rules" and "rules geocoder" modules : using both of these modules, i was able to: assign the correct wkt value to the openlayers wkt field, and displaying it on the openlayers map, geocoding an hidden text field.
The problem, now, is that i'm unable to assign tokens value to others cck fields i'm using (street address, administrative area etc) .. So, i was wondering if those tokens are globally avaible on the site, and if I can use them in other modules...
Or...Can anyone point me to a solution or a workaround?
Thanks!