Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Release notes
* Token support — any module receptive to tokens will automatically receive and interpret location-related tokens as well
* fix for duplication of buttons which could occur when maps are used with AJAX #2378053: Duplicate buttons displayed when using exposed filter with Ajax
* improved performance and user experience of “Find me” function in “Set my location” block, by using double-AJAX approach, with only one full-page refresh. While the module is geolocating the visitor, a throbber spins for visual feedback.
An additional modest reduction of waiting time (typically about 0.3s) will be possible when the overhauled API of the http://drupal.org/project/js interface is complete.
* The AJAX approach requires the “Set my location” block to have 2 submit buttons “Find me” and “Go", so now only 2 drop-down options remain at most. You may have to tweak the CSS of your theme a little to create the look you want.
* You can arrange the order of the “Set my location” block buttons and the button labels are also configurable through the module config page and may be suppressed, if desired.
* New feature: “Cross-highlighting”: when you hover over a marker on the map, associated content on the page highlights and vice versa:
when you hover over an item in a View, the associated marker on the map grows bigger and pops up its balloon
* New feature: mini-map inset, see project page, screenshot and http://reionbound.com/coffee-prices-across-melbourne.
If your map has a layer switcher (i.e. satellite and road), then you can have a map-inset in a map style different from the main map.
* Show in browser console how long it took to geolocate the visitor (typically 3s) and how long it took Google to convert the lat/lon into address (typically 0.3s).
* Improved management of temporary storage of visitor location on session.
* Fix for disabling textarea of "Set My Location" block in IE8..IE11 #2421077: Internet Explorer disabled textarea or textfield
* “Tooltip” support for map features other than markers, i.e. LINES (routes) and POLYGONS (areas), requires http://drupal.org/project/leaflet_label.
* Option to disable marker clustering beyond a a configurable zoom level