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 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 locationsI think I understand the first 3. But what does the 4th one mean?
Thanks.
Read moreHow 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