Implement marker cluster.

This commit is contained in:
David Molineus
2015-01-21 14:24:25 +01:00
parent d9559e336e
commit b90e82c6a1
10 changed files with 2468 additions and 0 deletions

View File

@@ -42,6 +42,16 @@ $GLOBALS['LEAFLET_LIBRARIES']['leaflet-omnivore'] = array
'javascript' => 'assets/leaflet/libs/leaflet-omnivore/leaflet-omnivore.min.js'
);
$GLOBALS['LEAFLET_LIBRARIES']['leaflet-markercluster'] = array
(
'name' => 'Leaflet.markercluster',
'version' => '0.4.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',
'javascript' => 'assets/leaflet/libs/leaflet-markercluster/leaflet.markercluster.js'
);
$GLOBALS['LEAFLET_LIBRARIES']['leaflet-loading'] = array
(
'name' => 'Leaflet.loading',