Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add support for fractional zoom #113

Merged
merged 1 commit into from Nov 22, 2021
Merged

fix: add support for fractional zoom #113

merged 1 commit into from Nov 22, 2021

Conversation

jpoehnelt
Copy link
Contributor

@jpoehnelt jpoehnelt commented Nov 22, 2021

Adds a Math.round before passing to supercluster getClusters.

closes #112

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Nov 22, 2021
@codecov
Copy link

codecov bot commented Nov 22, 2021

Codecov Report

Merging #113 (8b8505c) into main (9057fb6) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #113   +/-   ##
=======================================
  Coverage   71.00%   71.00%           
=======================================
  Files          13       13           
  Lines         307      307           
  Branches       45       45           
=======================================
  Hits          218      218           
  Misses         87       87           
  Partials        2        2           
Impacted Files Coverage Δ
src/algorithms/supercluster.ts 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9057fb6...8b8505c. Read the comment docs.

@jpoehnelt jpoehnelt merged commit 73c0fe6 into main Nov 22, 2021
@jpoehnelt jpoehnelt deleted the fix/fractional-zoom branch November 22, 2021 17:56
github-actions bot pushed a commit that referenced this pull request Nov 22, 2021
### [1.0.14](v1.0.13...v1.0.14) (2021-11-22)

### Bug Fixes

* add support for fractional zoom ([#113](#113)) ([73c0fe6](73c0fe6))

### Build System

* up date rollup dev dependencies ([#106](#106)) ([9a71547](9a71547))

### Miscellaneous Chores

* **deps-dev:** bump @types/jest from 27.0.2 to 27.0.3 ([#110](#110)) ([9057fb6](9057fb6))
@github-actions
Copy link

🎉 This PR is included in version 1.0.14 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fractional Zoom and SuperCluster
1 participant