Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
17.03 KB
MD5: bc8d959bbd9034ddf9880143c11f4c55
SHA-1: a54ad42c49b36fc199e6f3986844f09a48c42524
SHA-256: 0cdc2482135854070db384a612ccbb2cb6e542e7877d11ef29a4850f63cfc9e6
Download zip
21.94 KB
MD5: 3094d5b79a33a6bd9708362344fc322c
SHA-1: 7dcf771797478eee462b830de64f6bec384d48d2
SHA-256: 9620e37d0b9d2230aca697a148905e74c040a055567cda3b73caa6233de77ffb
Release notes
Changes since 7.x-1.0-beta2:
- Add a Views display setting allowing you to hide a map if there are no results or show an empty map.
- Add hook_leaflet_views_alter_points_data
- Cleaned up views pop-up attachment, and added the title field to the data array so it can be re-used elsewhere
- Triggering a jquery event when a new feature gets added to the map. This allows anyone else to register using $(document).bind('leaflet.feature', function(e, lFeature, feature) { }});
- Allowing other modules to bind event handlers to the leaflet.map event broadcasted using jQuery's trigger method
- #1903444 by onelittleant: fix JS error related to hidden fields
- Fix API description, as per #1912496