I have user profiles set up with location information (street address, City, State, County, Zipcode) and I have a GMAP showing as well (Google key is installed). I can not get the user address to automatically populate the GMAP address field.

I can manually enter the address and the map works fine, but I want the user_import process to place the address in the GMAP address field.

Do I map it in the csv import or is there a configuration I need to do?

Comments

websule-old’s picture

Hi John ,

Greetings from drupalpoint LLC,

You can solve the issue using CCK address which will automatically create the Gmap variables (Latitude and Longitude etc) for provided addresses using your Gmap API key.

We have solved a very same issue for a client earlier this way, where he used node import to get the database populated with thousands of addresses and wanted to have them all display on Google Map block on node page of every entry. And It did.

Let me know if you would need any further help.

Grishma Koradia,
Drupal Point LLC.
http://drupalpoint.com

dominict’s picture

please post the solution if you found it