hacktyler / hacktyler-artmap

A guide to public art in Tyler, TX.
http://hacktyler.com
4 stars 2 forks source link

Clustering of overlapping points #62

Open onyxfish opened 12 years ago

onyxfish commented 12 years ago

Maybe with this?

https://github.com/ideak/leafclusterer

Related Leaflet ticket:

https://github.com/CloudMade/Leaflet/issues/442

joequery commented 12 years ago

So we could cluster them together with a number like the link in issue 442, and upon press, zoom in a calculated amount until they're spread out "enough"?

joequery commented 12 years ago

Clustering is working great! However, the same click-on-cluster->zoom functionality that occurs on browser isn't happening on the iphone.

onyxfish commented 12 years ago

Yeah, that seems to be a bug in the library. I'll file a ticket it for. Thanks for the prompting.