[Pkg-javascript-commits] [leaflet-markercluster] 217/219: Imported Upstream version 0.5.0~dfsg
Jonas Smedegaard
dr at jones.dk
Sat May 7 09:39:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet-markercluster.
commit cd115392b373ecdeed1b812b32fee6418d374651
Merge: f0b2c5e 232e93c
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sat May 7 11:34:36 2016 +0200
Imported Upstream version 0.5.0~dfsg
CHANGELOG.md | 42 +-
CONTRIBUTING.md | 47 ++
README.md | 224 ++++++--
bower.json | 27 +
build/deps.js | 7 +
dist/MarkerCluster.css | 10 +-
example/geojson.html | 7 +-
example/marker-clustering-convexhull.html | 9 +-
example/marker-clustering-custom.html | 9 +-
example/marker-clustering-everything.html | 9 +-
example/marker-clustering-geojson.html | 9 +-
.../marker-clustering-realworld-maxzoom.388.html | 9 +-
.../marker-clustering-realworld-mobile.388.html | 9 +-
example/marker-clustering-realworld.10000.html | 12 +-
example/marker-clustering-realworld.388.html | 9 +-
example/marker-clustering-realworld.50000.html | 70 ++-
example/marker-clustering-singlemarkermode.html | 9 +-
example/marker-clustering-spiderfier.html | 9 +-
example/marker-clustering-zoomtobounds.html | 9 +-
example/marker-clustering-zoomtoshowlayer.html | 9 +-
example/marker-clustering.html | 9 +-
example/old-bugs/add-1000-after.html | 9 +-
example/old-bugs/add-markers-offscreen.html | 9 +-
example/old-bugs/add-remove-before-addtomap.html | 9 +-
example/old-bugs/animationless-zoom.html | 9 +-
example/old-bugs/click-cluster-at-screen-edge.html | 59 ++
.../old-bugs/disappearing-marker-from-spider.html | 7 +-
.../doesnt-update-cluster-on-bottom-level.html | 9 +-
example/old-bugs/remove-add-clustering.html | 9 +-
example/old-bugs/remove-when-spiderfied.html | 14 +-
.../removelayer-after-remove-from-map.html | 7 +-
example/old-bugs/setView-doesnt-remove.html | 9 +-
.../zoomtoshowlayer-doesnt-need-to-zoom.html | 9 +-
...oomtoshowlayer-doesnt-zoom-if-centered-on.html} | 34 +-
example/remove-geoJSON-when-spiderfied.html | 83 +++
example/screen.css | 25 +-
package.json | 8 +-
spec/index.html | 12 +-
spec/suites/QuickHullSpec.js | 47 +-
spec/suites/RefreshSpec.js | 481 ++++++++++++++++
spec/suites/RememberOpacity.js | 151 +++++
spec/suites/animateOptionSpec.js | 147 +++++
spec/suites/removeLayersSpec.js | 96 ++++
spec/suites/removeOutsideVisibleBoundsSpec.js | 271 +++++++++
spec/suites/singleMarkerModeSpec.js | 110 ++++
spec/suites/spiderfySpec.js | 323 ++++++++++-
src/MarkerCluster.QuickHull.js | 24 +-
src/MarkerCluster.Spiderfier.js | 266 ++++-----
src/MarkerCluster.js | 141 +++--
src/MarkerClusterGroup.Refresh.js | 123 ++++
src/MarkerClusterGroup.js | 622 +++++++++++++--------
src/MarkerOpacity.js | 26 +
52 files changed, 3049 insertions(+), 654 deletions(-)
--
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