Commit Graph

  • 290df23822 Update build danzel 2012-11-22 17:05:54 +13:00
  • f875421fc4 Fix up some bugs that happen when removing and adding a MarkerClusterGroup from the map. danzel 2012-11-22 17:05:44 +13:00
  • 773828731c More predictable default behavior Dustin Moore 2012-11-20 12:02:29 -08:00
  • 95ce88cfb3 Updated Readme Dustin Moore 2012-11-20 10:23:51 -08:00
  • 67465875aa Added property to prevent larger widget shifting Dustin Moore 2012-11-20 10:16:19 -08:00
  • 898b77d2d3 Added grid-swap behavior Dustin Moore 2012-11-20 10:07:38 -08:00
  • f00019b288 Update Build danzel 2012-11-14 09:58:30 +13:00
  • 9fb345543a Handle removeLayers([]) where some elements aren't in the MarkerClusterGroup danzel 2012-11-14 09:58:22 +13:00
  • f72bb13324 Leaflet 0.4.4 -> 0.4.5 danzel 2012-11-13 14:36:21 +13:00
  • 37d4f369a8 Update build danzel 2012-11-09 15:53:34 +13:00
  • 17f32ab1f8 When initially adding layers, skip layers that are already added. Fixes adding the same layer multiple times before adding the MarkerClusterGroup to the map. Refs #44 danzel 2012-11-09 15:53:21 +13:00
  • ce391ae13e Fix inverted arguments for a collision callback Daniel Beauchamp 2012-11-01 01:47:07 -03:00
  • e6b67b0b39 Update build danzel 2012-11-01 09:45:37 +13:00
  • eb8b2803f5 Fix formatting in bug danzel 2012-11-01 09:45:16 +13:00
  • ef2a51235e Unset layer.__parent in removeLayers as well as removeLayer. Refs #44 danzel 2012-11-01 09:45:04 +13:00
  • bef1dbb33e Feature Detect SVG Animation and only use it if available. IE10 does not support it. Fixes #86 danzel 2012-11-01 09:32:51 +13:00
  • b538d64969 updated dist vieron 2012-10-20 01:49:11 +02:00
  • 55edd11ef8 gridster: new method remove_all_widgets vieron 2012-10-20 01:37:41 +02:00
  • c75db76f4e updated dist vieron 2012-10-20 00:14:14 +02:00
  • a20f3d53b5 ignoring demo folder vieron 2012-10-20 00:07:12 +02:00
  • 552df22e1c Allow for an optional drag handle to be specified Philip Manavopoulosandvieron 2012-10-09 12:24:12 +02:00
  • 315c2c8c50 Update changelog and build danzel 2012-10-19 10:22:58 +13:00
  • 341c607c1b Tidy ups from merged commits danzel 2012-10-19 10:16:39 +13:00
  • 5719cb94ff Fix issue #79. Duncan Parkesanddanzel 2012-10-17 12:08:22 +01:00
  • 1f09009349 Fix addLayers not working with singleMarkerMode. Duncan Parkesanddanzel 2012-10-16 22:17:49 +01:00
  • 9e2581f544 Update build danzel 2012-10-19 10:08:35 +13:00
  • 94a50d9654 Add a geojson example danzel 2012-10-19 10:08:26 +13:00
  • e3ca8eb153 Correct getBounds when not on the map danzel 2012-10-19 10:07:42 +13:00
  • ae3c859e65 Implement getBounds explicitly so it actually works. Thanks @2803media for reporting. Fixes #84 danzel 2012-10-19 09:32:40 +13:00
  • c6b4122967 Update build danzel 2012-10-17 15:16:45 +13:00
  • 89d2236917 Remove __layer property on markers that are removed, otherwise on re-adding them we'll assume they are already added. Woops! danzel 2012-10-17 15:16:27 +13:00
  • f529500d42 Update build danzel 2012-10-17 09:49:47 +13:00
  • 7eaef8530a Replace _getExpandedVisibleBounds with lat/lng diff implementation as provided by andersarstrand in #74. Should improve behaviour with custom projections danzel 2012-10-17 09:49:35 +13:00
  • 07b34131bd update dist vieron 2012-10-15 16:27:12 +02:00
  • 68f1d6279c Avoid dynamic column generation. vieron 2012-10-15 15:34:00 +02:00
  • 6f5ee732b0 Add a changelog danzel 2012-10-11 11:34:46 +13:00
  • 84c2faf235 Update build danzel 2012-10-11 11:22:01 +13:00
  • 1cc375d324 Make removeLayers when not on the map a bit less wasteful danzel 2012-10-11 10:45:16 +13:00
  • 5064f6e8fc Update readme with notes on removing layers. danzel 2012-10-11 10:45:02 +13:00
  • 1d1f3de244 Update build danzel 2012-10-11 10:23:24 +13:00
  • 8432f0e7c2 Remove skipDuplicateAddTesting (as hasLayer is now efficient!). Make hasLayer work when we haven't been added to the map yet danzel 2012-10-11 10:23:10 +13:00
  • a1a2a99519 Make add-1000-after use addLayers to be even faster danzel 2012-10-11 10:15:58 +13:00
  • da090160c7 addLayers/removeLayers in the readme. Refs #59 danzel 2012-10-11 10:13:08 +13:00
  • d5a7fd003b Comments danzel 2012-10-11 10:06:50 +13:00
  • 0823d6eaf6 Add removeLayers bulk removing method. Not quite as good as addLayers, but still faster than one at a time. danzel 2012-10-11 10:06:05 +13:00
  • 9dab59f175 Add addLayers, takes an array of markers and adds them in bulk for awesome performance. TODO: Docs+Example. Refs #59 danzel 2012-10-10 17:18:03 +13:00
  • a5d122246d updated dist vieron 2012-10-07 21:45:06 +02:00
  • 5411836c88 events/onselectstart: Don't prevent default behaviour on form fields vieron 2012-10-07 21:36:58 +02:00
  • 5a3c382c8b Immediate children selection for widgets. Fixes #52. vieron 2012-10-07 21:04:59 +02:00
  • 6ebd10139f updated dist vieron 2012-10-03 15:54:59 +02:00
  • 42ce094e1c updated grunt config to generate gridster+extras distribution vieron 2012-10-03 15:54:31 +02:00
  • cd5c936939 gridster extra methods vieron 2012-10-03 15:48:32 +02:00
  • 7dbbc105c1 add_faux_cell: create parent array if doesn't exists vieron 2012-10-03 15:46:15 +02:00
  • 82b8778762 if not passed, use default namespace for generating stylessheets vieron 2012-10-03 15:44:09 +02:00
  • 7fc97d0f79 Allow to extend gridster out of the scope vieron 2012-10-03 15:43:35 +02:00
  • 0b1c9899d0 some code style corrections/improvements vieron 2012-10-03 15:40:52 +02:00
  • c4fee63b96 ability to specify a max row as limit in can_move_to method vieron 2012-10-03 15:40:16 +02:00
  • 3d5077dd7b add_faux_cols method vieron 2012-10-03 15:33:46 +02:00
  • c6bd80be8e Fixed disable method, it didn't work well for multiple instances. vieron 2012-10-03 13:48:55 +02:00
  • 5d31d7c610 Update build danzel 2012-09-28 09:37:35 +12:00
  • 5d8b11c94d When adding layers, don't add them to the map unless they are in the visible bounds. Fixes #69 danzel 2012-09-28 09:37:10 +12:00
  • 9c4c4f9a25 Add a test case for #69 danzel 2012-09-28 09:27:21 +12:00
  • b97def88f9 Fix up SVG Detection, allows us to work with canvas. Fixes #67 danzel 2012-09-28 09:14:06 +12:00
  • d13b6758e1 Update build danzel 2012-09-25 13:41:09 +12:00
  • 54335d1a60 Tidy up readme, add polygonOptions danzel 2012-09-25 13:40:55 +12:00
  • 41237f6efb Merge pull request #68 from yohanboniface/polygonOptions Dave Leaver 2012-09-24 18:34:29 -07:00
  • 1de878677f Add an option to MarkerClusterGroup to pass options to the created L.Polygon Yohan Boniface 2012-09-25 01:11:07 +02:00
  • d4a06651bb Update build danzel 2012-09-20 11:29:21 +12:00
  • 68401741f1 make zoomToShowLayer choose a random marker danzel 2012-09-20 11:28:40 +12:00
  • a1575e10c1 build fixes danzel 2012-09-20 11:28:11 +12:00
  • 7927289adb Improve behaviour of zoomToShowLayer. Fixes #65 danzel 2012-09-20 11:22:24 +12:00
  • c077de14b5 Add test case for #65 danzel 2012-09-20 10:55:57 +12:00
  • 1afb83b91d For animated zoomouts sometimes we'll zoom so that the previously visible bounds aren't fully contained within the new bounds, in those cases we need to remove the markers that were in the previous bounds but not the new bounds from the map as the normal animation won't take care of them. Fixes #63 danzel 2012-09-20 10:39:00 +12:00
  • 8753dc0ab2 Add test case for #63 danzel 2012-09-20 10:23:34 +12:00
  • b50b287c92 Fix #64 and add a testcase danzel 2012-09-20 10:12:01 +12:00
  • c0871d7cb7 Build update and JSHint fixes. danzel 2012-09-14 10:43:17 +12:00
  • 4b12ba6274 Add another edge test case and fix. danzel 2012-09-14 10:41:37 +12:00
  • 4ef14cb5f4 Update build danzel 2012-09-13 17:21:00 +12:00
  • cc8c6b5ff1 Re do the zoom animation fixes. This should fix it properly. (There was some minor visual errors when having 2 markers and doing a fast zoom out, the cluster would appear instantly instead of fading in) danzel 2012-09-13 17:20:40 +12:00
  • 3a2578c056 Update build danzel 2012-09-13 11:08:07 +12:00
  • 51720f071b Fix up the non animated versions too danzel 2012-09-13 11:07:56 +12:00
  • 51a8d0ce32 Update build danzel 2012-09-13 11:03:06 +12:00
  • bb472a78fb Fixing up animated zoom in/out not removing markers it is meant to danzel 2012-09-13 11:01:34 +12:00
  • 96aeac0496 Fix up adding just 1 marker. Fixes #60 danzel 2012-09-13 09:45:14 +12:00
  • c503a4f99e updated dist vieron 2012-09-12 17:51:44 +02:00
  • 3bc9ea3527 Possibility to namespace first-time styles generated by gridster. vieron 2012-09-12 17:50:40 +02:00
  • 7a500e5f03 Update Build danzel 2012-09-12 17:49:59 +12:00
  • 5128c9c919 Fix up bounds recalculation, previously if you removed a marker the bounds wouldn't change danzel 2012-09-12 17:49:48 +12:00
  • 4d51105c44 Don't barf if we are asked to remove a layer that we don't have danzel 2012-09-12 17:40:43 +12:00
  • 7b065bd493 Update build danzel 2012-09-12 11:17:34 +12:00
  • d4417130eb woops, map variable danzel 2012-09-12 11:17:24 +12:00
  • a0df0e3db3 Work around browsers without zoomAnimation not firing zoomstart. Makes spiderfied packs disappear on zoomout danzel 2012-09-12 11:17:03 +12:00
  • 07a11582d3 Use events rather than hacky setTimeouts to make zoomToShowLayer more reliable danzel 2012-09-12 11:13:02 +12:00
  • 122571d50c Add a zoomtoshowlayer example danzel 2012-09-11 16:29:56 +12:00
  • 9163fc6080 Update build danzel 2012-09-11 16:24:40 +12:00
  • 8f4dde032b Add zoomToShowLayer danzel 2012-09-11 16:24:05 +12:00
  • 81e5456759 Update Build danzel 2012-09-11 15:33:22 +12:00
  • 1bda00ac3d Tiny tidy ups danzel 2012-09-11 15:33:03 +12:00
  • 6235c283f2 bit more dead code danzel 2012-09-11 15:25:53 +12:00
  • 74e0218dcc jslint tidy ups, dead code removal danzel 2012-09-11 15:23:15 +12:00