gmap google maps

Events happening in the community are now at Drupal community events on www.drupal.org.
tom.camp's picture

Popups and Polygons

I have created a world map with polygons overlaying certain countries using Drupal 6 and the gmap module. However, I cannot for the life of me figure out how to make those polygons clickable so when a user clicks on them they open a popup with the information about the country. Any help/thoughts would be appreciated.


$map = array(
'id' => 'big_map',
'width' => '940px',
'height' => '405px',
'latitude' => 20.0,
'longitude' => 15.0,
'zoom' => 2,
'align' => 'left',
'controltype' => 'None',
'mtc' => 'none',

'behavior' => array(
Read more
drupal92037's picture

User Permissions for Gmap -- What is "user locations"?

In admin->user settings->permissions->gmap, there are 4 types of user permissions:

set user location
show node map 
show user map 
user locations

I think I understand the first 3. But what does the 4th one mean?

Thanks.

Read more
beckyjohnson's picture

How can I create an interactive check box style menu using gmap?

I would like to try and make an interactive menu using drupal and gmap that involves using check boxes. If you check a box, the markers show up on the map... this site is an example of the functionality I am trying to reproduce: http://www.wimaxmaps.org.
I'm not sure where I would build the check box form right now. would I use the menu system or what?
Has anyone tried anything like this?

Becky

Read more
Subscribe with RSS Syndicate content