biodiv / anycluster

Server-side clustering of map markers for (Geo)Django
MIT License
106 stars 21 forks source link

filters are grouped in an array instead of a dict #31

Closed 2trc closed 6 years ago

2trc commented 6 years ago

Aligning the way filters are grouped into an array instead of a dict.

Methods addFilters and removeFilters in anycluster.js still need to be refactored because they are not so useful at the moment but this is out-of-scope of this PR (since they are not used anywhere anyhow).

More info provided in the issue: https://github.com/biodiv/anycluster/issues/30