Commit Graph
516 Commits
Author SHA1 Message Date
Ryan "rman" Denniston 50f0a553b9 fixed whitespace issues 2014-11-01 11:23:15 -10:00
Ryan "rman" Denniston ab3cdd49a1 made a minor change to _zoomOrSpiderfy to Spiderfy without zooming if everything in the cluster is at the same lat long. This prevents zooming into max level if there is no real reason to do so, since all points will be at the same location. This minor change increased usability in a personal project. 2014-10-31 23:28:32 -10:00
Dave Leaver e85282a015 Merge pull request #413 from maackle/master
adds additional events to README
2014-10-29 08:55:14 +13:00
Michael Dougherty 232e4bfa15 adds additional events to README 2014-10-28 10:13:26 -07:00
danzel c0b5778dbc Update build 2014-10-28 09:26:13 +13:00
danzel ba0c2146ca Return the whole map bounds instead of our size for _getExpandedVisibleBounds so they are always valid 2014-10-28 09:26:04 +13:00
Dave Leaver ac0b77b16f Merge pull request #353 from wiggin/master
Added css and changed to non-minified js in bower spec
2014-08-31 13:55:09 +12:00
Dave Leaver 1c62494d74 Merge pull request #378 from fureigh/master
Fix typo in README (recieve --> receive)
2014-08-14 09:07:54 +12:00
Fureigh 383da28c3f Fix typo in README (recieve --> receive) 2014-08-13 01:47:49 -07:00
danzel fe3bbd3760 Update build 2014-05-28 11:01:36 +12:00
Emil Janitzek 057931fe88 Added css and changed to non-minified js in bower spec 2014-05-08 23:55:27 +02:00
danzel 254198ad47 Do an intersects test rather than a contains when testing for a zoom in. Fixes #344 2014-04-23 10:15:46 +12:00
danzel f865dc1078 Add a test page to reproduce #344 2014-04-23 10:02:25 +12:00
danzel 339ee4abeb Fix for new bug on #286 2014-04-15 12:02:10 +12:00
danzel 332c5f897d Test for new bug on #286 2014-04-15 12:01:49 +12:00
danzel c0ffbc75a9 Add some removeLayers tests, everything seems to be working. 2014-04-07 10:56:18 +12:00
danzel 649c0efff2 Update all examples to use OSM tiles 2014-04-07 10:11:37 +12:00
danzel 4a095f58a8 Update build 2014-03-15 10:56:03 +13:00
danzel 34eb38f1a7 Fix getBounds when removeOutsideVisibleBounds: false is set. fixes #321 2014-03-03 11:47:53 +13:00
danzel 6e9ffc45ec Update build 2014-01-31 09:07:39 +13:00
danzel 4f19c14739 Make chunked=false option work. woops. 2014-01-31 09:07:26 +13:00
danzel 55cbaa625e Fire animationend event even in non-animated versions of the zoom in/out animation. Makes oldie fire the same events as modern browsers. Fixes #310 2014-01-29 10:50:01 +13:00
danzel 436caf0f6c Update build 2014-01-22 09:26:23 +13:00
danzel fb4b6d39a6 Merge branch 'better-loading'
Conflicts:
	dist/leaflet.markercluster.js
2014-01-22 09:26:06 +13:00
danzel 78ccf98665 More whitespace fixes :) 2014-01-22 09:23:55 +13:00
danzel 85120c2bcb whitespace 2014-01-21 10:39:07 +13:00
Dave Leaver cb5662ec58 Merge pull request #294 from mindplay-dk/better-loading
Better loading
2014-01-20 13:23:36 -08:00
Rasmus Schultz a718530e12 Revert "instrument time elapsed and report progress"
This reverts commit 8732cb4f0a.
2014-01-20 09:45:36 -05:00
Dave Leaver 04a50ab26f Merge pull request #307 from Wildhoney/BOWER
Bower
2014-01-19 19:59:57 -08:00
Adam Timberlake ba53f30a57 Updated README to include instructions on installing via Bower 2014-01-19 21:49:32 +00:00
Adam Timberlake 3ad6e75926 Added Bower configuration file 2014-01-19 21:49:22 +00:00
danzel caa138de4b Update build 2014-01-20 10:38:19 +13:00
danzel e78b61d1ca Little bit of tidy up, refs #298 2014-01-20 10:37:57 +13:00
Dave Leaver 2b224523d3 Merge pull request #298 from Schwanksta/patch-1
Add ability to use a function for maxClusterRadius
2014-01-19 13:32:32 -08:00
danzel 683bf4c341 Fix zoom out with a single circle marker. fixes #300 2014-01-08 10:25:33 +13:00
Ken Schwencke f7de94b053 fixed other style issues 2014-01-04 15:47:05 -08:00
Ken Schwencke 05f2131714 fixed tabs and spacing 2014-01-04 15:44:13 -08:00
Ken Schwencke f7bd0835c7 Update README.md
added reference to the maxClusterRadius function ability.
2014-01-04 15:36:08 -08:00
Ken Schwencke 9381d3ea92 Add ability to use a function for maxClusterRadius
I find it's necessary to use a different radius at different zoom levels. This patch lets you continue to use a single number for all zoom levels, but also lets you use a function to vary the radius for each zoom level.
2014-01-04 15:26:04 -08:00
Rasmus Schultz 8d53c8a7c2 add a simple progress bar to the 50K sample 2013-12-24 16:48:01 -05:00
Rasmus Schultz 8732cb4f0a instrument time elapsed and report progress 2013-12-24 16:47:21 -05:00
danzel c1d4a88728 Update build 2013-12-20 10:04:11 +13:00
danzel 289ae9059f Remove console.log lines 2013-12-20 10:03:00 +13:00
danzel e102ec0c96 Fix up a performance issue found, when adding markers we were doing a lot of unnecessary checks for duplicate markers. 2013-12-20 10:02:29 +13:00
danzel cf6f45e10e Use chunkedLoading for the 2 big examples 2013-12-20 10:01:37 +13:00
danzel 8b65285a06 Add chunkedLoading option. refs #292 2013-12-20 09:56:37 +13:00
Dave Leaver a7b91369b6 Merge pull request #291 from migmruiz/patch-1
correcting date of v0.4 changes in CHANGELOG.md
2013-12-19 00:31:27 -08:00
Miguel Mendes Ruiz a6628a605b correcting date of v0.4 changes in CHANGELOG.md 2013-12-19 03:21:50 -02:00
danzel 20cf8edd0d Update change log, bump to 0.4.0 and rebuild 2013-12-19 16:27:52 +13:00
danzel f0b1618e07 Fix some cases where zoomToShowLayer wouldn't work. Fixes #286 #228 #203 2013-12-19 16:03:55 +13:00