Update leaflet marker cluster.

This commit is contained in:
David Molineus
2016-10-05 09:07:55 +02:00
parent 67d2a40846
commit f181b4efab
6 changed files with 1037 additions and 498 deletions

View File

@@ -45,7 +45,7 @@ $GLOBALS['LEAFLET_LIBRARIES']['leaflet-omnivore'] = array
$GLOBALS['LEAFLET_LIBRARIES']['leaflet-markercluster'] = array
(
'name' => 'Leaflet.markercluster',
'version' => '0.4.0-hotfix.1',
'version' => '1.0.0',
'license' => '<a href="https://github.com/Leaflet/Leaflet.markercluster/blob/master/MIT-LICENCE.txt" target="_blank">MIT</a>',
'homepage' => 'https://github.com/Leaflet/Leaflet.markercluster',
'css' => 'assets/leaflet/libs/leaflet-markercluster/MarkerCluster.css',