automatically enable clustering if there is a large number of markers

This commit is contained in:
Dominik Moritz
2012-09-12 01:52:58 +01:00
parent e167591253
commit 89890c8acb
3 changed files with 23 additions and 17 deletions

View File

@@ -42,6 +42,8 @@ For larger changes:
Possible breaking changes
* Updated Leaflet to latest version 0.4.4 #220
* Added marker clustering in map view to handle a large number of markers
* Dataset.restore method removed (not used internally except from Multiview.restore)
* Views no longer call render in initialize but must be called client code