-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Update MarkerCluster.QuickHull.js #533
Conversation
When all markers are located at same latitude, getConvexHull() fails. This proposal gets ride of this limitation.
Unit test please |
Hi, I suggest two unit tests:
Br, ----- Mail original ----- Unit test please — |
We have unit tests in the spec/suites folder. Thanks |
Done |
Update MarkerCluster.QuickHull.js
Thanks |
You are welcome. FYI, the open issue #525 reported by metajungle seems to be only a problem related to dist folder, which is not up to date as we said before. Br, ----- Mail original ----- Thanks — |
When all markers are located at same latitude, getConvexHull() fails.
This proposal gets ride of this limitation.