By sujith7c on
Dear friend
gmap module is confusing where should i begin.I installed gmap module and configured
but i have to create a link in content type created with CCK.Link should show Google map.
how can i do that.
My application is that when i click a link ,map should show.
Looking forward
Sujith
Comments
Gmap is both an API, and a
Gmap is both an API, and a simple set of tools/widgets to use it. Perhaps you should explain a bit more about how you want to use it? Does this link contain all the information required to draw the map, or does it just link to a pre-configured page/node which has all this information? I've used the gmap API quite a bit, both with Location module (which is easier), and using the low-level API.
Gmap
Dear friend
Thank u very much .what i actually need is
I have a cck form , on that i have two filed longitude and latitude . Now i need a link near to these fields
when i click this link MAP should appear and the user can select their place from the map and longitude and latitude field get automatically populated.
how i can do this with gmap
Sujith
Have a look at the gmap_cck
Have you looked at the gmap_cck module from gmap_addons? I haven't used this personally, but seems like it might do the trick for you.
When I did similar things, I ended up writing a bit of javascript, and using a hidden/collapsed area that showed up when you clicked on a button. Then the gmap had an even that populated the fields.