By tun@sun on
How can I configure the google map for a node?
When node is displayed, I want to display the link 'view map' instead of full map display.
And then the user click the link and redirect to the real google map.
How can I deal with it?
Thanks in advance.
Comments
Location Module
Install the location module and enable the cck location field.
1. Go to admin/settings/location/geocoding & enable the google maps geocoder for United States (or whatever country you're adding locations for)
2. Go to admin/settings/location/maplinking & Make sure the Google Maps checkbox for the country you're searching in is checked
3. Add a location field to you the content type you want to have this map link
4. Configure the settings for the location field and make sure 'Map Links' Location display settings at the bottom box is NOT checked
5. Create a node of the content type you added the location field to and enter the address information (leave the lat/long blank)
6. The node should show the address and a link to the google map, click the link and you're on the Google Maps website!
Location module
Just for reference, here is the Location module page.