I'd like to modify the default User Locations so as to avoid any user addresses being given away. I realise I can prevent zooming, but still results in too much information being given out.
One thing I saw years ago was using maps with quantities centred on UK postcodes (although could be cities, countries, etc.) with a bigger diameter circle meaning more people were based there. You had to draw the biggest circles first, but it looked really good and gives a great view of where your members are based without given much away about their actual location.
I found the page discussing the technique, but unfortunately the link is dead, so see attached example I've knocked up.
Anybody have any idea whether this is possible in Drupal and where you might start?
| Attachment | Size |
|---|---|
| groovymap.jpg | 113 KB |

Comments
OpenLayers
You can change marker size if you do your mapping with the OpenLayers module.
That said, the real coordinates are still going to be there if someone wanted to dig deeper, so enlarging the markers is barely security by obscurity...
Clustering
You're looking for "clustering"
-> Google Maps in your Drupal site, using clustering and many other cool stuff: http://www.adyax.com/en/tutoriels/google-maps-your-drupal-site-using-clu...
-> MarkerClusterer for Google Maps v3: http://google-maps-utility-library-v3.googlecode.com/svn-history/r88/tru...
Thanks for the pointers. The
Thanks for the pointers.
The clustering in OpenLayers looks good and I'd already seen that, but not quite what I was after. Will probably just do some custom circle drawing based on post codes.