Commit Graph
506 Commits
Author SHA1 Message Date
danzel fe3bbd3760 Update build 2014-05-28 11:01:36 +12: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
danzel 7e31b27f68 Slow the animation down, looks better :) 2013-12-19 15:38:50 +13:00
danzel c5efb23338 Fix quick zoom in/out in firefox making everything disappear. Fixes #140 Fixes #272 2013-12-19 15:34:20 +13:00
danzel 21ba129a78 Lowercase the name, waiting on #230 2013-12-18 14:20:40 +13:00
danzel 653b42004c Bump required leaflet version (as of the ie css changes) 2013-12-18 14:10:00 +13:00
danzel 5e2d10346f Update the changelog too! 2013-12-18 14:07:24 +13:00
danzel 9be0747010 Update the build 2013-12-18 13:47:05 +13:00
danzel 6835a777cc use getAllChildMarkers in this example. fixes #270 2013-12-18 11:24:26 +13:00
danzel 243c484597 Implementation of LayerGroup.getLayer with really bad performance. fixes #244 2013-12-18 11:21:06 +13:00
danzel 08275bb7e6 Bumping pages to 0.7 2013-12-18 10:32:41 +13:00
danzel d525b153f4 Fix broken tests 2013-12-18 10:32:11 +13:00