You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the 2.x branch.
Discussion
----------
[Map] Add Clustering Algorithms
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? | yes <!-- please update src/**/CHANGELOG.md files -->
| Issues | Fix #...
| License | MIT
Provide an interface and the first two PHP implementations of Clustering algorithms
- GridClustering
- Morton
Performances: < 1ms per 1000 Points *
* tested on a non production server (... my iMac 😅 )
**Next Step** will require JS code.
But this is already usefull with PHP classes only, for whomever has large amount of markers
Commits
-------
db2a416 [Map] Add Clustering Algorithms
0 commit comments