Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 177.78 KB
MD5: a4072f1232558cb32f9bc47dbe04e310
SHA-1: 32f0810c9a21853d72cf2936acc003dc51b036a6
SHA-256: 7e16e1c7124698f5e1795c26d138b2424c8509646e063c30b3a57ee207e3e945
Download zip 231.66 KB
MD5: 7225e6668da994a367c796add8c2262a
SHA-1: 131c17b9949f80e29ab30167a27894d8ac2ee19d
SHA-256: 5f9b2cd74638405095eb1da153f0b9f59244ee004cff967636bccf11b16282b1

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

Created by: rdeboer
Created on: 3 May 2015 at 22:40 UTC
Last updated: 4 Oct 2015 at 05:44 UTC
Bug fixes
New features
Unsupported

Other releases