Commit Graph
480 Commits
Author SHA1 Message Date
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
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
danzel 6d12053b5b Prevent multiple clustermouseover/off events if the icon is made up of stacked divs. Fixes #252.
Doesn't fix this bug in IE <= 8 as they don't support relatedTarget, could fix it by looking at the event type and using fromElement/toElement, but I'm not going to.
2013-12-18 10:16:14 +13:00
danzel 957a69dc2b If fitBounds wouldn't zoom us down, zoom us down instead. Fixes #144 2013-12-18 09:26:25 +13:00
danzel 5a8872a0ab Fix code for unit tests, refs #275 2013-12-17 10:20:13 +13:00
Dave Leaver 9165b873b5 Merge pull request #275 from Zombienaute/master
Map loses focus when zooming in on cluster with keyboard
2013-12-16 13:17:20 -08:00
Adam Bramley e3dac5cbf3 Remove check for undefined, reverted dist/* changes 2013-12-17 09:13:35 +13:00
danzel f4e7845c8a Update build 2013-12-06 13:41:34 +13:00
danzel 59560b481f Fix this back to mobiles styles 2013-12-06 13:41:15 +13:00
Dave Leaver 882f032336 Merge pull request #280 from frankrowe/remove-ie-css
Remove IE CSS
2013-12-05 16:37:28 -08:00
danzel 53eab49a7e Fix incorrectly adding parent clusters when doing a big move that changes zoom levels. Fixes #281 2013-12-06 13:34:43 +13:00
Frank Rowe cfc200fd66 update README to require Leaflet 0.7 2013-11-25 14:13:49 -05:00
Frank Rowe 12367dad72 update examples 2013-11-25 14:12:56 -05:00
Frank Rowe a45ae4bc0d remove ie css 2013-11-25 14:12:39 -05:00
Frank Rowe 84454ceda8 add oldie styles 2013-11-25 14:07:30 -05:00
Frank Rowe 5614141290 leaflet 0.7 + remove ie css 2013-11-25 14:02:53 -05:00
Adam Bramley 952d41717a map._container is an element so we can call focus() on that directly 2013-11-20 15:13:11 +13:00
Adam Bramley 7473cede42 Left out the crucial .id 2013-11-20 12:32:01 +13:00
Adam Bramley 975d3323b0 Crude fix for issue#273 map loses focus when zooming in on cluster with keyboard 2013-11-20 12:20:37 +13:00
danzel 432cd19403 Update build 2013-11-14 09:40:33 +13:00
danzel f693a49dec Change zoomToBounds to only zoom in as far as it needs to to show all child markers. Fixes #185 2013-11-13 15:26:41 +13:00
danzel 9e36a0ba62 Fix url, thanks @jonassmedegaard 2013-11-04 10:12:36 +13:00
danzel a47562c5c6 Clear _spiderfied on a zoomend unspiderfy. Fixes #268 2013-10-31 16:48:32 +13:00
danzel cf40d8aa86 Hide spiderfied markers on a big zoom. Fixes #268 2013-10-31 09:13:55 +13:00
danzel 0e73130b43 Update build. 2013-10-29 09:05:47 +13:00
danzel df054cf884 Fix getVisibleParent when no parent is visible. Add tests for getVisibleParent. Fixes #265 2013-10-23 16:58:12 +13:00
danzel 1ac2d9ef68 Add getLayers and test it. fixes #222 2013-10-21 11:02:10 +13:00
danzel 2622819366 Add travis build image 2013-10-14 16:31:21 +13:00