Commit Graph
17185 Commits
Author SHA1 Message Date
danzel 505bc20187 Update readme for .default changes. Fixes #14 2012-07-26 11:22:10 +12:00
danzel 3449fabc8c Move defaults in and make them proper options like in leaflet. Removes silly .Default file 2012-07-26 11:18:12 +12:00
danzel b2e4fe2a81 Update readme for new examples 2012-07-26 10:51:50 +12:00
danzel d64ec9191b Add some (much) larger examples. IE bombs out on 50000 usually, but chrome handles them all fine ;) 2012-07-26 10:49:44 +12:00
vieron c6e77dc661 generated dist 2012-07-25 17:59:01 +02:00
vieron e4e06f4cde gridster: passing Math (not null) as first argument in Math.max.apply() 2012-07-25 17:58:18 +02:00
danzel 3797a2046b Fix and update the build 2012-07-25 16:44:42 +12:00
danzel fee3c02705 Fix removeLayer updating count on icon 2012-07-25 16:35:19 +12:00
danzel 43a1742b89 Fix addLayer (was broken since making everything in to a tree) 2012-07-25 16:32:23 +12:00
danzel 7ceb7b01db Working towards getting addLayer/removeLayer working again 2012-07-25 15:33:57 +12:00
danzel 7537fb0986 Replace setTimeout(..., 0) calls with explicit forceLayout calls, tidier code. 2012-07-25 14:03:23 +12:00
danzel fbd46fd2b8 Update build 2012-07-25 11:20:44 +12:00
danzel 9615f5622c By default don't show marker cluster outlines while in a zoom animation, in firefox you could end up with random outlines showing during a zoom which looked dumb 2012-07-25 11:20:31 +12:00
danzel 8f03183687 Add a built version! 2012-07-25 10:53:38 +12:00
danzel 9a650502be Make the built version work and use it for some of the samples 2012-07-25 10:53:27 +12:00
danzel 6ac3974ce8 Move css files 2012-07-25 10:49:02 +12:00
danzel 2d71f7d8ef Fixes from jshint 2012-07-25 10:47:22 +12:00
danzel b104ace6f8 Add build scripts from leaflet updated for our files. 2012-07-25 10:47:00 +12:00
danzel 6992ce1f64 Optimize the realworld data storage 2012-07-25 09:44:02 +12:00
danzel 72bf992cb4 _clusterOne should use cluster diameter for creating initial clusters rather than radius. 2012-07-25 09:36:58 +12:00
vieron f12cebb33e increased the mouse area that triggers scroll 2012-07-24 17:05:07 +02:00
vieron cdf8e26c64 updated docs and dist 2012-07-24 16:56:37 +02:00
vieron 06b53fdc19 throttling to 60ms to prevent overlapping 2012-07-24 16:56:16 +02:00
vieron 0016c99a61 offsetX is not needed 2012-07-24 16:55:53 +02:00
vieron bfe21a568d updated docs and dist 2012-07-24 16:25:55 +02:00
vieron 3460a436b2 scroll logic based on mouse position, not in items position 2012-07-24 16:25:43 +02:00
vieron 5ab5ce95dc updated docs and dist 2012-07-24 15:43:19 +02:00
vieron 3456aef408 trottling drag callback 2012-07-24 15:40:49 +02:00
vieron b5a2a2c4cd scroll document when dragging up or down 2012-07-24 15:40:32 +02:00
vieron 7e4fa9fcbe updated remove_widget method in doc 2012-07-24 10:51:03 +02:00
vieron 62caa4abf7 updated docs and dist 2012-07-24 10:35:07 +02:00
vieron 443d0fbc29 jslinting 2012-07-24 10:34:12 +02:00
danzel 9227311e5e Fix clusters not appearing on fast zoom out then zoom in one. Fixes #12 2012-07-24 17:05:22 +12:00
danzel b7be42776c Trash some other bits of deadness 2012-07-24 17:04:52 +12:00
danzel e36421ebd5 Minor readme fixups 2012-07-24 16:23:34 +12:00
danzel 4c9839b966 Remove dead code as we now always have all layers generated. 2012-07-24 16:16:09 +12:00
danzel 2a0a62f3f0 Cluster everything up from the bottom. Makes clustering look visually pleasing and gets rid of artifacts from old clustering. Some dead code removal from this change next... 2012-07-24 16:12:27 +12:00
danzel 35f112b2bf Add a realworld example using address points from LINZ map data. Clusterer makes a mess of it, but it provides a good starting point for fixing it! 2012-07-24 15:21:40 +12:00
danzel 184a919fec Default examples should work in IE 2012-07-24 14:58:21 +12:00
danzel 9630bbd1f1 We are beautiful, readme should say so ;) 2012-07-24 14:45:50 +12:00
danzel 6f12b24d66 Fix up opacity bug in the custom example 2012-07-24 14:45:10 +12:00
danzel ad9ee303a5 Do another pass on the README to bring it up to date with the events changes etc. 2012-07-24 14:22:30 +12:00
danzel 5d9b427801 Make everything work, add a custom example showing doing everything custom. 2012-07-24 14:14:27 +12:00
danzel bca91c6dc9 Move defaults out to their own file and use them for marker-clustering-everything. Gives people an easy way to use clustering with all the defaults. 2012-07-24 13:46:35 +12:00
danzel 602a5ae1d2 Make events for clusters start with cluster, clusterclick etc. 2012-07-24 13:26:47 +12:00
danzel a8dc5f315b Animate unspiderfying if supported :) Fixes #8 2012-07-24 11:51:28 +12:00
danzel 94176bcf66 Tidy ups, comments. Probably works with canvas now (not tested) 2012-07-24 11:37:28 +12:00
danzel 9860dcbdf3 Get spiderLeg animations working. FF appears to have some issues with animating the markers. 2012-07-24 11:18:28 +12:00
danzel ffbe50b740 Add a currently unworking animation for the spider legs 2012-07-24 11:04:25 +12:00
danzel 813d38a09a Don't re-spiderfy if the same cluster is clicked twice 2012-07-24 09:18:30 +12:00