[Pkg-javascript-commits] [leaflet-markercluster] branch master updated (91aba19 -> 651855a)

Jonas Smedegaard dr at jones.dk
Thu Oct 16 16:00:02 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository leaflet-markercluster.

      from  91aba19   Prepare for release: Update changelog.
       new  a2a14fe   Use recent Uglifyjs: Drop patch 2002. Tighten to build-depend versioned on node-uglify.
       new  710399d   Update Vcs-Browser URL to use cgit web frontend.
       new  49d890d   Declare compliance with Debian Policy 3.9.6.
       new  43212fd   Add alternate git source URL.
       new  9b44457   Update upstream version numbering scheme in watch file and upstream-tarball hints in rules file.
       new  84e2445   Stop tracking md5sum of upstream tarball.
       new  52b1600   Update copyright info: Extend coverage for myself to include current year.
       new  f2afb36   Update changelog, control file and copyright hints.
       new  b500f4c   Initial commit
       new  383d961   Add initial code from https://github.com/danzel/Leaflet/compare/clustered-markers
       new  660ea6c   Partially working addLayer after clustering support
       new  a1d4c80   Update leaflet from master + https://github.com/CloudMade/Leaflet/pull/795
       new  9c514d7   Cludging towards add support. I think this does it.
       new  5f87813   Syntax coloring for readme examples :)
       new  fbe9df1   Merge pull request #9 from mourner/patch-1
       new  4df7bdc   Working towards removing markers from a MarkerClusterGroup. Currently works for markers that are not in a cluster or those that are that are in clusters of size >= 2.
       new  5fa02c8   Get MarkerClusterGroup.removeLayer working the rest of the way!
       new  dd34b19   Update leaflet to fix multiple adding causing event issues
       new  e407023   Zooming out wasn't adding markers to the map that weren't previously visible, woops
       new  f714c84   Trim markers to the bounds after a zoom in
       new  9f36f96   Formatting
       new  8a0b912   Expand the bounds out to give a screen width on each side
       new  fddad2f   Woops, fix the IE code.
       new  249b075   Heaps of hacks to try fix bug #2 (Just working on zoom out). Doesn't work :/
       new  e71cf62   Wow, didn't think I'd figure that out! Get zoom out working correctly by adding new clusters to the map immediately, but only showing them after the animation has played
       new  9447fc4   Make _inZoomAnimation a counter rather than a boolean to allow for overlapping zoom animations.
       new  9ae3667   Remove console.log calls
       new  630d7ec   Fade markers as they are moved in
       new  9211aba   Remove some redundant bits.
       new  5c6520c   Move default styles out to a CSS file. Tidy up example a bit
       new  9161de5   Add MIT Licence and update the readme
       new  02adc3a   Add zoomToBounds to MarkerCluster. Fixes #6
       new  4e5c29f   Add an example for zoomToBounds
       new  8f97ecf   Fade markers in during a zoom in.
       new  d29edf7   Fade out old clusters on zoom in
       new  808b587   Update leaflet (https://github.com/CloudMade/Leaflet/pull/810)
       new  7166289   Don't fade between 2 clusters when zooming if they are the same
       new  e32c4de   Add QuickHull and use it for calculating convex hulls. (From http://en.literateprograms.org/Quickhull_(Javascript)?oldid=18434 - Referenced in code) Needs tidying up to use LatLng objects rather than having to change back and forth
       new  f03acfa   Should probably have this code compiling before I go refactoring
       new  9da6156   tidy up JS
       new  d8219a8   Refactor QuickHull to use L.LatLng internally to save copying everything back and forth
       new  db3b7f2   Tidy up examples. Add a -everything example which shows boundarys on mouse over and zooms on click.
       new  e0bcc5e   Readme/Example updates
       new  12e6eb0   Working on fixing adding/removing. This fixes the case where you have 2 markers clustered, then zoom out twice, then delete one.
       new  0a29135   Working towards fixing adding/removing. Think I'm going to have to bite the bullet and tree this up harder.
       new  5bca61d   Starting to refactor to keep everything only in a tree. Currently zoom out on IE works
       new  898ae51   Move _cluster changes out of _cluster, so that _cluster is just clustering
       new  92abbfd   Work on refactoring. Zoom in/out without animations works (Unless you zoom below the initial level). Deleting old code is so good!
       new  1fcec54   Getting animated animationZoomOut working. Still breaks on a multizoom
       new  6b0e08b   Fix animated multi zoom out
       new  3f66891   Fix up zoom out not always removing child clusters.
       new  7e75986   Fix up some zoom out issues including when the icon doesn't change (100 -> 100)
       new  de35c09   Add _recursively and refactor _recursivelyRemoveChildrenFromMap to use it
       new  0de9245   Move _recursivelyAnimateChildrenInAndAddSelfToMap _recursivelyBecomeVisible to use _recursively
       new  21df359   Fix multi zoom out not positioning and removing some children correctly
       new  a7d784b   _recursivelyAnimateChildrenIn -> _recursively
       new  6766b1a   Removing commented out bits etc
       new  04c4956   Fix zoom but don't change workaround
       new  17186c3   Get non animated versions going again
       new  ca21455   Working on animated zoom in. mostly works
       new  a1bab91   Fix _recursivelyRemoveChildrenAndAddNowVisibleMarkers
       new  d1b1df7   A few small bug fixes and code tidy ups. Add/Remove marker (after clustering) should be all that is broken now.
       new  6a55a17   Starting on addLayer after clustering, mostly works now, stops working after a zoom out
       new  f5cac38   Get addLayer after clustering going. _recursivelyAddChildMarker still has some TODOs that need doing
       new  eb94ab1   Rename _recursivelyAddChildMarker -> _recursivelyAddLayer
       new  603e985   removeLayer mostly works! Sometimes the resulting markers don't end up in parent clusters. (Hit remove 1 lots then zoom out lots)
       new  003fcea   removeLayer works now. addLayer still needs fixing to be clustering aware
       new  96e3a8c   Fixing up _recursivelyAddLayer to work correctly. This supports adding markers to existing clusters better.
       new  cc677f0   Simplify cluster function
       new  a39f71f   More work towards _recursivelyAddLayer. Still some bugs
       new  bd4780c   _recursivelyAddLayer works, possible still some small bugs.
       new  fb80032   Refactor out the animation code and add a non animated addLayer animation
       new  a944d7d   Fix child counting bug
       new  55d221c   Fix-Fix double childCount adding bug. Fix broken icon after add bug
       new  d8317c0   Pass the right zoom level in so that clustering happens at the right scale
       new  643757d   Give the everything example add/remove buttons
       new  96b4d8b   Implement generating new clusters as required when zooming down
       new  569b64f   Trash debug bits
       new  48b444e   Make _recursivelyAddChildrenToMap use _recursively so that it works with ones that haven't generated child clusters. also fix up when to generate child clusters
       new  c2609c7   get moveEnd working again!
       new  69b62e3   Try keep around 2 levels on top of what we need so the tree is more efficient. Fixes #11
       new  f048d8a   Remove console.log
       new  6e81c38   Do backwards loops for some tiny performance win.
       new  45d9f8f   Starting on spidifier based on https://github.com/jawj/OverlappingMarkerSpiderfier-Leaflet (Thanks jawj!)
       new  14070bf   Gotta be sexy :)
       new  eebf8e9   Spiderfier basically done. Need to add a non animated version for suckers
       new  ab5714f   Add a non animated version of Spiderfier
       new  813d38a   Don't re-spiderfy if the same cluster is clicked twice
       new  ffbe50b   Add a currently unworking animation for the spider legs
       new  9860dcb   Get spiderLeg animations working. FF appears to have some issues with animating the markers.
       new  94176bc   Tidy ups, comments. Probably works with canvas now (not tested)
       new  a8dc5f3   Animate unspiderfying if supported :) Fixes #8
       new  602a5ae   Make events for clusters start with cluster, clusterclick etc.
       new  bca91c6   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.
       new  5d9b427   Make everything work, add a custom example showing doing everything custom.
       new  ad9ee30   Do another pass on the README to bring it up to date with the events changes etc.
       new  6f12b24   Fix up opacity bug in the custom example
       new  9630bbd   We are beautiful, readme should say so ;)
       new  184a919   Default examples should work in IE
       new  35f112b   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!
       new  2a0a62f   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...
       new  4c9839b   Remove dead code as we now always have all layers generated.
       new  e36421e   Minor readme fixups
       new  b7be427   Trash some other bits of deadness
       new  9227311   Fix clusters not appearing on fast zoom out then zoom in one. Fixes #12
       new  72bf992   _clusterOne should use cluster diameter for creating initial clusters rather than radius.
       new  6992ce1   Optimize the realworld data storage
       new  b104ace   Add build scripts from leaflet updated for our files.
       new  2d71f7d   Fixes from jshint
       new  6ac3974   Move css files
       new  9a65050   Make the built version work and use it for some of the samples
       new  8f03183   Add a built version!
       new  9615f56   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
       new  fbd46fd   Update build
       new  7537fb0   Replace setTimeout(..., 0) calls with explicit forceLayout calls, tidier code.
       new  7ceb7b0   Working towards getting addLayer/removeLayer working again
       new  43a1742   Fix addLayer (was broken since making everything in to a tree)
       new  fee3c02   Fix removeLayer updating count on icon
       new  3797a20   Fix and update the build
       new  d64ec91   Add some (much) larger examples. IE bombs out on 50000 usually, but chrome handles them all fine ;)
       new  b2e4fe2   Update readme for new examples
       new  3449fab   Move defaults in and make them proper options like in leaflet. Removes silly .Default file
       new  505bc20   Update readme for .default changes. Fixes #14
       new  f07e684   Fix these, woops
       new  d0d883c   Fix up spiderfier breaking animation counting
       new  9ade8eb   Handle zooming to the same zoom level you are already on (touchzoom on iOS can cause this)
       new  f995563   Update the build
       new  a0f4a18   For mobile set the expanded bounds to just the screen, this means there is only 1/9th the clusters on screen which gives much better performance. During a zoom/drag on mobile the map tiles aren't updating anyway, so this fits with them. Refs #19
       new  fab3374   Update build
       new  f53b11d   Don't spiderfy/unspiderfy while a zoom is going on
       new  4e4cba2   unspiderfy before adding/removing a layer
       new  8f3d4ce   Use _setPos rather than using setLatLng so we don't change the internal _latlng, otherwise really bad things can happen as markers think they aren't where they are.
       new  a446eb8   Make jshint happy, update the build
       new  ea5428e   Fix up removing a marker from the map while it is spiderfied. Fix up a place where markers were left with opacity 0.
       new  238beee   Fix another silly edge case: Spiderfy 2 markers, remove one from the clusterer, the other would disappear.
       new  fa1245d   Be more careful tidying up _projCenter otherwise it is still set later and we fail at clustering randomly
       new  b7cc2bf   Update the build, hopefully that is all of the bugs for today :)
       new  be9ff91   Support starting with 0 markers.
       new  ff68678   Support removing markers down to 0.
       new  f041408   Update build and update to build :)
       new  e0d2616   Support being added and removed to the map
       new  94e3d4f   Update the build
       new  603c40c   Update leaflet build with master + https://github.com/CloudMade/Leaflet/issues/861
       new  1be9202   Revert back to updating the latlng of a marker while it is spiderfied so that popups created on markers that are spidferfied are in the right place.
       new  5b5d0a9   Partially fix the animation when a marker is added to an existing cluster.
       new  eeb8f91   Update the build
       new  b54a767   Add 0.4.2 requirement.
       new  755180b   Add clearLayers implementation. Refs #26
       new  a0d3ad9   Update the build
       new  fd3166f   Add a mobile example
       new  b1ce277   Add some styles so the poor people who use IE <= 8 can see the clusters (Surprised no one has complained about this yet!)
       new  0a18eda   Get rid of the transparent cluster bg in IE CSS, breaks when a cluster is clicked. They can live without it
       new  af61861   Update leaflet with master + https://github.com/danzel/Leaflet/tree/oldie-fixes
       new  3ef5afc   Make clearLayers work when we aren't on the map. Fixes #26
       new  c698e2e   Working on #27. This fixes the animation on desktop but not mobile.
       new  7254719   Fix #27 for touch zoom
       new  1d88075   Update the build
       new  8b42747   Fix up styles for IE again, works better for 7/8 now.
       new  58aaf37   improve performance 4-20 times with grid-based near neighbor search
       new  79737cd   remove DistanceGrid#replaceObject (not needed)
       new  17522d8   cleanup code a bit
       new  777c1d2   Fix up addLayer with the gridder optimizations.
       new  f9976ac   Update Build.
       new  755cd3c   calculate point average as cluster center instead of bounds center
       new  7b568d1   Merge remote-tracking branch 'mourner/cluster-centers'
       new  aed2816   Clone the LatLng rather than taking a reference so we don't break it when we edit it.
       new  eee1aba   Update Build
       new  585ac5b   Fixed custom example; needed updated 'src' links
       new  f3fddb8   use first point as centers while clustering, use weighted centers on display
       new  415497f   As we no longer move cluster we don't need to update them in the DistanceGrid as we cluster
       new  a498cd4   Clean up adding markers to existing clusters with the new centering changes
       new  fc1babc   Increase default maxClusterRadius to look nicer with new centering changes.
       new  195340c   Custom example doesn't need the default styles, just the MarkerCluster.css ones (for animations)
       new  80976df   Update all examples to work and use the CDN leaflet
       new  834e902   Update build
       new  3e69cab   Remove included leaflet, no longer required
       new  0b6b7ed   Add options.disableClusteringAtZoom. Only implemented for initial clustering currently
       new  9a6e700   Respect disableClusteringAtZoom when adding individual layers
       new  b392fb7   Fix for jshint
       new  439394c   Update build
       new  492d8a0   Support adding markers while we aren't on the map.
       new  167ef4a   Remove coverage polygon from map when we are removed from the map. Fixes #38
       new  32355c2   Update build.
       new  8ac19a8   Add enough layers support that you can use geojson to add your maptags. fixes #45 refs #13
       new  c1aff5c   Make getNearObject always return the closest point to make the clusters do stupid things less often
       new  1ade083   Update the build
       new  02a869b   Fix a crash that can happen if you remove the layer from the map while a zoom animation is going on. Fixes #36
       new  863b07e   Update build
       new  6c4c0f1   Fix up crashes removing the MarkerClusterGroup from the map in a zoomstart/end handler. Crashes could come still happen depending on the order the handlers were called. Refs #36
       new  a0f0f1b   Update Build
       new  58f1843   re-do the build without the console.log
       new  4227aa5   Add an example using disableClusteringAtZoom
       new  8e9aefb   Add an example showing disableClusteringAtZoom
       new  a1c55be   Instead of passing childCount to iconCreateFunction, pass the markerCluster instead. Allows the user more flexibility with deciding on the icon.
       new  a5cb853   Update build
       new  9ad78ab   Add option to clusterSingleMarkers
       new  208c85c   Utilize option to clusterSingleMarkers
       new  ce81e39   Revert first changes as discussed for new approach
       new  068f9f9   Add option singleMarkerMode
       new  068d323   Merge pull request #42 from awinograd/master
       new  4044154   Fixups for singleMarkerMode with new cluster icon bits
       new  c9a4598   singleMarkerMode in the readme
       new  116a187   Update build
       new  2ccd15b   Add hasLayer support. Not super efficient n(log n) IIRC, but at least we have one! Refs #44
       new  374e74f   Test if a marker is already in the cluster before adding it. You can skip this (for performance) by setting the skipDuplicateAddTesting option. Testing is only done after the MarkerClusterGroup has been added to the map, so any duplicates added before then will not be caught.
       new  f656349   Update build.
       new  ade547a   Make other options section more readable
       new  8ef762e   Make Other Options more readable round 2
       new  0c6463b   Document maxClusterRadius
       new  b0174aa   Add a test case for #53 #54.
       new  fc881ba   Fix up #53, #54
       new  22063a2   Add animateAddingMarkers. It set to true (default false) then adding markers after adding the MarkerClusterGroup to the map will animate them in (like previous behaviour). If false they will just be directly added to clusters with no animation which is better for performance especially when bulk adding markers to the map. Refs #51
       new  336d742   Add a test case for #51 and #43
       new  dc16362   everything example should be animated
       new  7ae3e1a   Update build
       new  fb165b1   Fix and test for #49, clearLayers wasn't unspiderfying.
       new  0f9a6b0   Update build
       new  6fe95a3   Use the _wLatLng of a child cluster for its weighting. Keep the same cLatLng as our child clusters.
       new  824a31d   Refactoring EVERYTHING to work towards #43
       new  ed28eed   Fix up MarkerCluster latlng saving/updating
       new  3ea3d08   Get addLayer (after adding to map) working when using animateAddingMarkers:false
       new  c683bac   Fix up adding markers animatedly. Trash some old not used any more code
       new  761d265   Working on removeLayer, works so long as no cluster ever needs removing
       new  fa4d991   New, working removeLayer code
       new  ac504d6   working clearLayers
       new  c001bfb   Make this a forwards loop so that a clear+re-add creates the same clusters
       new  74e0218   jslint tidy ups, dead code removal
       new  6235c28   bit more dead code
       new  1bda00a   Tiny tidy ups
       new  81e5456   Update Build
       new  8f4dde0   Add zoomToShowLayer
       new  9163fc6   Update build
       new  122571d   Add a zoomtoshowlayer example
       new  07a1158   Use events rather than hacky setTimeouts to make zoomToShowLayer more reliable
       new  a0df0e3   Work around browsers without zoomAnimation not firing zoomstart. Makes spiderfied packs disappear on zoomout
       new  d441713   woops, map variable
       new  7b065bd   Update build
       new  4d51105   Don't barf if we are asked to remove a layer that we don't have
       new  5128c9c   Fix up bounds recalculation, previously if you removed a marker the bounds wouldn't change
       new  7a500e5   Update Build
       new  96aeac0   Fix up adding just 1 marker. Fixes #60
       new  bb472a7   Fixing up animated zoom in/out not removing markers it is meant to
       new  51a8d0c   Update build
       new  51720f0   Fix up the non animated versions too
       new  3a2578c   Update build
       new  cc8c6b5   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)
       new  4ef14cb   Update build
       new  4b12ba6   Add another edge test case and fix.
       new  c0871d7   Build update and JSHint fixes.
       new  b50b287   Fix #64 and add a testcase
       new  8753dc0   Add test case for #63
       new  1afb83b   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
       new  c077de1   Add test case for #65
       new  7927289   Improve behaviour of zoomToShowLayer. Fixes #65
       new  a1575e1   build fixes
       new  6840174   make zoomToShowLayer choose a random marker
       new  d4a0665   Update build
       new  1de8786   Add an option to MarkerClusterGroup to pass options to the created L.Polygon
       new  41237f6   Merge pull request #68 from yohanboniface/polygonOptions
       new  54335d1   Tidy up readme, add polygonOptions
       new  d13b675   Update build
       new  b97def8   Fix up SVG Detection, allows us to work with canvas. Fixes #67
       new  9c4c4f9   Add a test case for #69
       new  5d8b11c   When adding layers, don't add them to the map unless they are in the visible bounds. Fixes #69
       new  5d31d7c   Update build
       new  9dab59f   Add addLayers, takes an array of markers and adds them in bulk for awesome performance. TODO: Docs+Example. Refs #59
       new  0823d6e   Add removeLayers bulk removing method. Not quite as good as addLayers, but still faster than one at a time.
       new  d5a7fd0   Comments
       new  da09016   addLayers/removeLayers in the readme. Refs #59
       new  a1a2a99   Make add-1000-after use addLayers to be even faster
       new  8432f0e   Remove skipDuplicateAddTesting (as hasLayer is now efficient!). Make hasLayer work when we haven't been added to the map yet
       new  1d1f3de   Update build
       new  5064f6e   Update readme with notes on removing layers.
       new  1cc375d   Make removeLayers when not on the map a bit less wasteful
       new  84c2faf   Update build
       new  6f5ee73   Add a changelog
       new  7eaef85   Replace _getExpandedVisibleBounds with lat/lng diff implementation as provided by andersarstrand in #74. Should improve behaviour with custom projections
       new  f529500   Update build
       new  89d2236   Remove __layer property on markers that are removed, otherwise on re-adding them we'll assume they are already added. Woops!
       new  c6b4122   Update build
       new  ae3c859   Implement getBounds explicitly so it actually works. Thanks @2803media for reporting. Fixes #84
       new  e3ca8eb   Correct getBounds when not on the map
       new  94a50d9   Add a geojson example
       new  9e2581f   Update build
       new  1f09009   Fix addLayers not working with singleMarkerMode.
       new  5719cb9   Fix issue #79.
       new  341c607   Tidy ups from merged commits
       new  315c2c8   Update changelog and build
       new  bef1dbb   Feature Detect SVG Animation and only use it if available. IE10 does not support it. Fixes #86
       new  ef2a512   Unset layer.__parent in removeLayers as well as removeLayer. Refs #44
       new  eb8b280   Fix formatting in bug
       new  e6b67b0   Update build
       new  17f32ab   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
       new  37d4f36   Update build
       new  f72bb13   Leaflet 0.4.4 -> 0.4.5
       new  9fb3455   Handle removeLayers([]) where some elements aren't in the MarkerClusterGroup
       new  f00019b   Update Build
       new  f875421   Fix up some bugs that happen when removing and adding a MarkerClusterGroup from the map.
       new  290df23   Update build
       new  bb92b17   Add options.spiderfyDistanceMultiplier, allows making spiderfied markers go futher away. Fixes #100
       new  1c369e2   Document spiderfyDistanceMultiplier
       new  f9539fe   Update build
       new  13e71f5   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 :(
       new  74b9b9b   Update build
       new  73ae0e9   Redo eachChildLayer, turns out with a bit of love we can override eachLayer, yay :)
       new  c01050f   Update changelog and build
       new  e86afca   Fix clearLayers not unsetting __parent of the markers, preventing them from being re-added. Fixes #99
       new  d324fdc   Update build and changelog
       new  46ca075   Fix map.removeLayers(MCG) not doing anything. Thanks Driklyn. Fixes #108
       new  f7757a0   Update build
       new  36f9cda   Update README.md
       new  8c60381   Add a test case for #114
       new  7656d10   Improve test case
       new  4afda97   Fix #114 bug 1.
       new  1566118   Make us not crash if we have a spidified cluster and it has a marker added to it. Fixes #114 bug 2
       new  0c0e3bc   Update changelog
       new  25e07c8   Update build
       new  267a687   Fix a minor inconsistency in the README
       new  47c4ce8   Merge pull request #116 from scpike/improve-readme
       new  ff63154   add a link to Leaflet website
       new  ab625e1   Repoint readme links at leaflet.github. Fixes #117
       new  0e92b66   Don't show the coverage of spiderfied MarkerClusters because it will be wrong. Fixes #95
       new  561f3d8   Update build
       new  ed311ad   Added an option (removeOutsideVisibleBounds) to prevent removing clusters that are deemed to be outside of the visible bounds. Fixes #103
       new  604c2e2   Removed library files
       new  e2c9b51   Removed IDE files
       new  ff23ef0   Fix link regarding bulk add/remove of markers
       new  c738664   Document removeOutsideVisibleBounds
       new  0ea04bc   Use addLayers and add some commented out timing functionality to the 50000 example.
       new  e0695b0   Update build
       new  17846a9   Removed Trailing whitespaces
       new  f8711d1   Merge pull request #136 from spacelag/master
       new  626c2c6   Fix example of passing options to constructor
       new  c23f1ee   Merge pull request #139 from leplatrem/patch-1
       new  542fc62   Reduce all animation timers to 200ms instead of 250ms so that they happen within the space of a leaflet zoom. Fixes #140 more details on there.
       new  143e0bf   Update build
       new  2750822   Update Readme to mention animateAddingMarkers doesn't work with addLayers
       new  828bb3e   Fix not firing animationEnd when we have only one marker in the markerClusterGroup. Fixes #146
       new  1eea835   Fix whitespace
       new  4883316   Add MarkerCluster.getBounds
       new  bd3d3de   Update build
       new  ce0a1f6   Fix #155, work with uglify-js version 2
       new  7565031   Merge pull request #156 from pietervandereems/master
       new  6276021   Fix some warnings from new uglify
       new  17b6f14   Update build
       new  47c147d   Cludge around our hasLayer implementation to make us work with the latest Leaflet master. Fixes #159
       new  0ae31e9   Update build
       new  ef4227d   Make this work on old leaflet too. Thanks @nkovacs
       new  cdcc23b   Update build
       new  1fd27f3   Add a real world example that shows a bug.
       new  654926a   Fix IDs in example data.
       new  795ef85   Merge pull request #162 from skullbooks/master
       new  d387694   Move example to old-bugs dir (not that it is fixed yet)
       new  890406a   Fix clearLayers with spiderfied markers. Refs #162
       new  dcbaabe   Remove hasProperty checks from loops. Refs leaflet/leaflet#1606
       new  530d9f5   Update build
       new  fc3edf2   Add broken example from @bpavot in #160
       new  e7e1d53   Fix #160
       new  6fda9a2   Update build
       new  c34f507   update issue links in the changelog
       new  e0846ce   Don't break if calling hasLayer with null. Fixes #170. Thanks @l0c0luke
       new  b11665e   Replace all build scripts with latest ones from leaflet. Add a package.json
       new  fc39349   Add unit test stuff. Current test is just stolen from leaflet, but we'll fix that soon :)
       new  fc9d895   Tests for adding an individual marker and having it now show up.
       new  1440b56   More _noHas hacks. Will work around this properly at some stage, fixes #60 again.
       new  b207656   AddLayerSpec -> AddLayer.SingleSpec (As it contains tests about adding a single marker). Not sure if this is the right way to organise these tests.
       new  18b9f77   More tests about adding markers to the map
       new  4307e55   Add all the new test files to the html runner
       new  9146eaa   Update build
       new  41ccbf8   Test for having Circle(Marker) children.
       new  25bb880   Animation test for adding multiple markers with animations on
       new  0394227   Fix lots of bugs with using CircleMarker/Circle as children. Fixes #189 Fixes #148
       new  58fe461   Add some starting tests for RemoveLayer.
       new  a34aaa6   Test for removing with animation
       new  9152c2a   Another _noHas hack to fix removing layers.
       new  db8ed41   Add a test to reproduce #141, but it doesn't break.
       new  04b71ed   Add factory method and use them everywhere. Fixes #21
       new  8210331   Update build
       new  9f08197   Another noHas hack, fixes spiderfy in IE
       new  70880bd   Update build
       new  f0069fa   Tidy up readme
       new  4d3c964   #123 adding getVisibleParent for Marker (cherry picked from commit da2952d57bdab7af998ab480200c38212cbc662e)
       new  8807a0c   White space formatting and make sure we don't hit null if the parent isn't visible.
       new  9d9fde9   More whitespace fixes
       new  fb39573   Update readme for getVisibleParent
       new  01d9951   Update build.
       new  d47a314   Refactor to contain a FeatureGroup rather than sort of being one. Fixes all the _noHas hacks. Now we require leaflet 0.5 however.
       new  b295bb7   Update readme for leaflet 0.5
       new  ffe4127   Update build
       new  b128e95   Update all examples to leaflet 0.5.1
       new  cbe92f1   Support adding random things to the MarkerClusterGroup. Don't try to to cluster them. Refs #195
       new  eceb26b   Example that adds random things to the MCG. Currently we don't support removing them (TODO!)
       new  d032b53   Fix places we were looping over this._layers to use this._featureGroup.eachLayer instead. Fixes child markers not being added to the map.
       new  08489e0   Update build
       new  6053d39   Lots of failing tests for non-point data.
       new  47ea547   tests for clearLayers
       new  10b91f8   More tests and more making them work
       new  e0d4b99   Update build
       new  3fd7a52   Bump readme with latest requirements
       new  6694a00   Add some tests for events. Refs #200
       new  21580cc   More tests for #200, this was really bugged!
       new  3e6a715   Fixes for #200
       new  f1886fa   Update build.
       new  8d1f51a   More getBounds tests
       new  80e2496   Don't try extend bounds by an invalid bounds, doesn't work on leaflet versions earlier than Leaflet/Leafet at ef17f99708537e1fd8dfd525ea741e80202187d5, to be removed when 0.6 is released.
       new  9b3bb29   Update build
       new  d87921c   update version reqs in readme
       new  379befb   Point all examples at leaflet 0.6.2. Fixes #210
       new  768cb5b   get leaflet from npm rather than git.
       new  74e1443   Throw an error if a MarkerClusterGroup is added to a map with no maxZoom. Fixes #189
       new  8472714   Support spiderfying circle/circleMarker. Fixes #212
       new  1c82702   Basic tests for spiderfy
       new  c4f4d81   Update build
       new  63e43e4   Clear our internal cluster layer when we are removed from the map so those layers aren't there when we are re-added. Fixes #211
       new  9ed6a4f   Add failing manual test for #216
       new  98e76b6   Automated test for #216
       new  4ce11f3   Fix markers not being added on a big zoom animation. Fixes #216
       new  15ed126   Update build
       new  d30e74e   Discrepancy in docs
       new  6d655fa   Undocumented options
       new  9b61f4b   Merge pull request #221 from jperelli/patch-1
       new  31a8bb7   Test and fix for removing and re-adding a marker while we are not on the map.
       new  8ccd5a3   Update build
       new  4f40622   removeLayer supports LayerGroup. Fixes #236
       new  ac3e7d4   update build
       new  81fa74b   Add distancegrid spec
       new  55bcde9   Merge pull request #247 from tmcw/spec
       new  b7a8ee4   Test and document quickhull algorithm
       new  8275e28   Merge pull request #248 from tmcw/quickhull-test-doc
       new  038f17f   Simplify QuickHull generation. Fixes #249
       new  23dfa90   Merge pull request #253 from tmcw/simple-hull
       new  bfecd7c   failing test case for #260 - marker doesn't appear after fitBounds
       new  23cc341   Fix #260 - Zooming in on an area that wasn't inside what we are looking at would cause the newly visible markers not to appear.
       new  db5f0d5   Test for coverage polygon not being removed when we are. #245
       new  1ef25fb   Fix for coverage polygon not being removed when we are. fixes #245
       new  c5fab23   do todo
       new  2c7127b   Update changelog
       new  c1211c5   Add travis config
       new  2622819   Add travis build image
       new  1ac2d9e   Add getLayers and test it. fixes #222
       new  df054cf   Fix getVisibleParent when no parent is visible. Add tests for getVisibleParent. Fixes #265
       new  0e73130   Update build.
       new  cf40d8a   Hide spiderfied markers on a big zoom. Fixes #268
       new  a47562c   Clear _spiderfied on a zoomend unspiderfy. Fixes #268
       new  9e36a0b   Fix url, thanks @jonassmedegaard
       new  f693a49   Change zoomToBounds to only zoom in as far as it needs to to show all child markers. Fixes #185
       new  432cd19   Update build
       new  53eab49   Fix incorrectly adding parent clusters when doing a big move that changes zoom levels. Fixes #281
       new  5614141   leaflet 0.7 + remove ie css
       new  84454ce   add oldie styles
       new  a45ae4b   remove ie css
       new  12367da   update examples
       new  cfc200f   update README to require Leaflet 0.7
       new  882f032   Merge pull request #280 from frankrowe/remove-ie-css
       new  59560b4   Fix this back to mobiles styles
       new  f4e7845   Update build
       new  975d332   Crude fix for issue#273 map loses focus when zooming in on cluster with keyboard
       new  7473ced   Left out the crucial .id
       new  952d417   map._container is an element so we can call focus() on that directly
       new  e3dac5c   Remove check for undefined, reverted dist/* changes
       new  9165b87   Merge pull request #275 from Zombienaute/master
       new  5a8872a   Fix code for unit tests, refs #275
       new  957a69d   If fitBounds wouldn't zoom us down, zoom us down instead. Fixes #144
       new  6d12053   Prevent multiple clustermouseover/off events if the icon is made up of stacked divs. Fixes #252.
       new  d525b15   Fix broken tests
       new  08275bb   Bumping pages to 0.7
       new  243c484   Implementation of LayerGroup.getLayer with really bad performance. fixes #244
       new  6835a77   use getAllChildMarkers in this example. fixes #270
       new  9be0747   Update the build
       new  5e2d103   Update the changelog too!
       new  653b420   Bump required leaflet version (as of the ie css changes)
       new  21ba129   Lowercase the name, waiting on #230
       new  c5efb23   Fix quick zoom in/out in firefox making everything disappear. Fixes #140 Fixes #272
       new  7e31b27   Slow the animation down, looks better :)
       new  f0b1618   Fix some cases where zoomToShowLayer wouldn't work. Fixes #286 #228 #203
       new  20cf8ed   Update change log, bump to 0.4.0 and rebuild
       new  f0b2c5e   Imported Upstream version 0.4.0~dfsg
       new  10dbabb   Merge tag 'upstream/0.4.0_dfsg'
       new  651855a   Prepare for release: Update changelog.

The 479 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog                           | 16 +++++++++++++
 debian/control                             |  6 ++---
 debian/control.in                          |  4 ++--
 debian/copyright                           |  3 ++-
 debian/copyright_hints                     |  3 +--
 debian/patches/2002_use_old_uglifyjs.patch | 37 ------------------------------
 debian/patches/series                      |  1 -
 debian/rules                               |  7 +++---
 debian/watch                               |  2 +-
 9 files changed, 28 insertions(+), 51 deletions(-)
 delete mode 100644 debian/patches/2002_use_old_uglifyjs.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet-markercluster.git



More information about the Pkg-javascript-commits mailing list