Info

Category: uncategorized
Licence: GNU General Public License (GPL) version 3
Updated: 58 days ago
Downloaded: 233

Releases

Latest: 0.6

Previous releases:
None
More projects by Timothy Wall:

0

Recommendations

Summary:

Full description:

Google Maps

(Edit your project's description!)

Release notes:

This plugin provides a simple Google Map widget.  You should supply your Google Maps API key in the "more info" tab of the plugin on the Tool Administration page.

Other widgets may automatically trigger map markers by including special markup (see the gmap_marker function in start.php).  For example, a list of users might append one of these divs for each user:

<div class='gmapped' address='Hamburg, Germany'>Hi! I am here</div>
<div class='gmapped' latlng='(34,-120)' origin='clickme'>You're over here</div>

If an "origin" attribute is supplied, clicks on a component with that id will cause the map to center on the marker and display its text/html.  The map widget will automatically scan for new markers when widgets are edited or dynamically loaded.  You can force a scan yourself with the JavaScript method $.gmap.scan_markers().

It includes the "widget-plus" plugin, which adds some widget functionality (notably adding a 'widget ajax load complete' event and facilitating changing a widget's title).

Note: contributions adding various gmap options to the widget edit/view are welcome.

This release includes more IE bugfixes.

Sample Map