leaflet 7.x-1.0-beta3
Posted by levelos on May 14, 2013 at 11:14pm
| Download | Size | md5 hash |
|---|---|---|
| leaflet-7.x-1.0-beta3.tar.gz | 17.03 KB | bc8d959bbd9034ddf9880143c11f4c55 |
| leaflet-7.x-1.0-beta3.zip | 21.94 KB | 3094d5b79a33a6bd9708362344fc322c |
Last updated: May 14, 2013 - 23:15
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
leaflet 7.x-1.0-beta2
Posted by pvhee on January 30, 2013 at 12:21pm
| Download | Size | md5 hash |
|---|---|---|
| leaflet-7.x-1.0-beta2.tar.gz | 16.66 KB | f583e77d748769e32cbfd895d9d1d785 |
| leaflet-7.x-1.0-beta2.zip | 21.24 KB | 99b06f49efa76f00b93ad150333abaaf |
Last updated: January 30, 2013 - 12:27
Release notes
A bug fix release with new functionality regarding icons, and supporting Leaflet version 0.5.
Changes since 7.x-1.0-beta1:
- Leaflet Views: return empty string when no results have been found
- Issue #1795304 by dasjo: Tilestream layer fix needs doesn't conform to leaflet 0.4 api
- Issue #1762248 by marleythedog: add height in field formatter options
- Issue #1427630 by Chi: use drupal_html_id to generate unique ids for the map
- Cleanup popup setting description
- Allow map definitions to provide a default icon
- Issue #1868470 by yannickoo, pvhee: adding icon support for the views plugin.
- Issue #1873464 by jherencia: fixing warning in views icon settings
- Mirror from #1855692 to solve views AJAX and leaflet
- Issue #1804992 by rballou: fix geojson API chang
- Unset the fixed zoom level of the default map. Instead we fit the zoom level to the points put on the map
- Adding more instructions to the README file, and recommending Leaflet version 0.5 or higher
- Provide a default empty icon array to avoid php warnings
- Issue #1898220 by cnburnett: provide better help when leaflet library is not found
leaflet 7.x-1.0-beta1
Posted by levelos on September 7, 2012 at 6:56pm
| Download | Size | md5 hash |
|---|---|---|
| leaflet-7.x-1.0-beta1.tar.gz | 15.54 KB | 3ff9ee4773ec93b7400500f46bfb4031 |
| leaflet-7.x-1.0-beta1.zip | 19.19 KB | ec4c071d5d5fd4751df916ce8be18978 |
Last updated: September 7, 2012 - 19:03
Release notes
Huge thanks to everyone for all their contributions!
Changes since 7.x-1.0-alpha1:
Read moreleaflet 7.x-1.0-alpha1
Posted by levelos on February 9, 2012 at 8:47pm
| Download | Size | md5 hash |
|---|---|---|
| leaflet-7.x-1.0-alpha1.tar.gz | 12.82 KB | 01984cbf573b869f5750708088628cda |
| leaflet-7.x-1.0-alpha1.zip | 14.78 KB | d4e4ac1baacaeefd9cad1a7c80dfebc3 |
Last updated: February 9, 2012 - 20:50
Release notes
First tagged release. Module is has a limited UI, but is stable and is in use on several production sites. Please refer to the README for additional details and roadmap.
leaflet 7.x-1.x-dev
Posted by levelos on August 18, 2011 at 6:39pm
| Download | Size | md5 hash |
|---|---|---|
| leaflet-7.x-1.x-dev.tar.gz | 17.04 KB | 1625a68b8edafd624ae56c706c89629f |
| leaflet-7.x-1.x-dev.zip | 21.95 KB | a59f06fe6cd225b3385d06c341033bc1 |
Last packaged version: 7.x-1.0-beta3+0-dev
Last updated: May 15, 2013 - 01:10
Release notes
Initial 7.x dev release of the leaflet module. Features include:
* Leaflet JS integration allowing developers to easily generate maps.
* Geofield field formatter.
Roadmap:
* Views integration