Commit Graph
17185 Commits
Author SHA1 Message Date
danzel e0695b0369 Update build 2013-02-12 09:20:37 +13:00
danzel 0ea04bc833 Use addLayers and add some commented out timing functionality to the 50000 example. 2013-02-12 09:19:45 +13:00
Dave Leaver c738664063 Document removeOutsideVisibleBounds 2013-02-12 09:19:44 +13:00
Eli Dupuis ff23ef0430 Fix link regarding bulk add/remove of markers 2013-02-12 09:19:44 +13:00
Wildhoney e2c9b517ca Removed IDE files 2013-02-12 09:19:44 +13:00
Wildhoney 604c2e25e1 Removed library files 2013-02-12 09:19:43 +13:00
Wildhoney ed311ad5f4 Added an option (removeOutsideVisibleBounds) to prevent removing clusters that are deemed to be outside of the visible bounds. Fixes #103 2013-02-12 09:19:43 +13:00
danzel 561f3d8bde Update build 2013-02-01 10:57:47 +13:00
danzel 0e92b6622a Don't show the coverage of spiderfied MarkerClusters because it will be wrong. Fixes #95 2013-02-01 10:57:29 +13:00
danzel ab625e1af8 Repoint readme links at leaflet.github. Fixes #117 2013-01-14 16:16:14 +13:00
Vladimir Agafonkin ff631541f5 add a link to Leaflet website 2013-01-12 15:03:57 +02:00
Dave Leaver 47c4ce8c92 Merge pull request #116 from scpike/improve-readme
Fix a minor inconsistency in the README
2013-01-09 19:24:38 -08:00
Stephen Pike 267a6878d8 Fix a minor inconsistency in the README 2013-01-09 21:09:28 -05:00
danzel 25e07c8fe7 Update build 2013-01-09 11:28:49 +13:00
danzel 0c0e3bc1ca Update changelog 2013-01-09 11:21:59 +13:00
danzel 1566118ac5 Make us not crash if we have a spidified cluster and it has a marker added to it. Fixes #114 bug 2 2013-01-09 11:21:59 +13:00
danzel 4afda973fc Fix #114 bug 1. 2013-01-09 11:21:58 +13:00
danzel 7656d10187 Improve test case 2013-01-09 11:21:58 +13:00
danzel 8c60381d23 Add a test case for #114 2013-01-09 11:21:58 +13:00
Dave Leaver 36f9cdaf45 Update README.md
Swap showCoverageOnHover/zoomToBoundsOnClick Fixes #113, thanks HolgerJeromin!
2013-01-02 11:09:39 +13:00
danzel f7757a023c Update build 2012-12-21 15:01:23 +13:00
danzel 46ca075ccb Fix map.removeLayers(MCG) not doing anything. Thanks Driklyn. Fixes #108 2012-12-21 15:01:13 +13:00
Dustin Moore 3ebf5fa95e Serialize bug fix 2012-12-10 14:33:25 -08:00
danzel d324fdc4b4 Update build and changelog 2012-12-06 13:42:41 +13:00
danzel e86afca04a Fix clearLayers not unsetting __parent of the markers, preventing them from being re-added. Fixes #99 2012-12-06 13:42:27 +13:00
danzel c01050fd85 Update changelog and build 2012-12-06 13:23:00 +13:00
danzel 73ae0e9a9b Redo eachChildLayer, turns out with a bit of love we can override eachLayer, yay :)
Refs #102
2012-12-06 13:16:45 +13:00
danzel 74b9b9ba84 Update build 2012-12-06 09:47:51 +13:00
danzel 13e71f5a85 Add eachChildLayer, an eachLayer implementation. We cannot override eachLayer as we have different behaviour. Doing so makes us add all makers to the map always which is dumb :(
Fixes #102
2012-12-06 09:47:31 +13:00
danzel f9539fed32 Update build 2012-12-05 11:30:14 +13:00
danzel 1c369e268e Document spiderfyDistanceMultiplier 2012-12-05 11:30:00 +13:00
danzel bb92b17b20 Add options.spiderfyDistanceMultiplier, allows making spiderfied markers go futher away. Fixes #100 2012-12-05 11:28:54 +13:00
Dustin Moore 44019ca787 Added max_rows and drag restriction - ready for integration :) 2012-11-28 08:52:36 -08:00
Dustin Moore 179b706cfa Removed console.logs 2012-11-28 08:26:54 -08:00
Dustin Moore ea77853b07 Removed console.logs 2012-11-28 08:01:21 -08:00
Dustin Moore 6786984511 Good enough swap logic for now 2012-11-28 07:58:37 -08:00
Dustin Moore a3d2b09b8a Swap queue awesomeness 2012-11-27 14:55:15 -08:00
Dustin Moore 24cd3be70d Swap queue awesomeness 2012-11-27 14:10:11 -08:00
Dustin Moore 32e5f54670 Fix row issue 2012-11-26 16:44:12 -08:00
Dustin Moore 136923ec50 working on map grid functionality 2012-11-26 16:43:08 -08:00
Dustin Moore 262d115cf8 Added swaping queue, better handling of large to small swaps 2012-11-26 15:23:00 -08:00
Dustin Moore 98204f1c69 Added swaping queue, better handling of large to small swaps 2012-11-26 15:20:15 -08:00
danzel 290df23822 Update build 2012-11-22 17:05:54 +13:00
danzel f875421fc4 Fix up some bugs that happen when removing and adding a MarkerClusterGroup from the map.
Was leaving layers in _layers which meant they'd get added again when we were re-added. Wasn't unbinding our events from almost anything.
Fixes #94
2012-11-22 17:05:44 +13:00
Dustin Moore 773828731c More predictable default behavior 2012-11-20 12:02:29 -08:00
Dustin Moore 95ce88cfb3 Updated Readme 2012-11-20 10:23:51 -08:00
Dustin Moore 67465875aa Added property to prevent larger widget shifting 2012-11-20 10:16:19 -08:00
Dustin Moore 898b77d2d3 Added grid-swap behavior 2012-11-20 10:07:38 -08:00
danzel f00019b288 Update Build 2012-11-14 09:58:30 +13:00
danzel 9fb345543a Handle removeLayers([]) where some elements aren't in the MarkerClusterGroup 2012-11-14 09:58:22 +13:00