IITC-CE / ingress-intel-total-conversion

intel.ingress.com total conversion user script with some new features. Should allow easier extension of the intel map.
https://iitc.app
ISC License
283 stars 109 forks source link

Portal clustering #129

Open johnd0e opened 5 years ago

johnd0e commented 5 years ago

Something like here: https://github.com/Leaflet/Leaflet.markercluster More:

N.B. IITC had own 'clustering' code before: https://github.com/iitc-project/ingress-intel-total-conversion/issues/774

AGSPhoenix commented 5 years ago

If implementing this, be careful with how aggressively the points are clustered. A lot of maps with this feature cluster too aggressively, obscuring the data the map is supposed to display, and it's even less useful than a giant mess of dots.

Maybe make the clustering range/strength tunable?