The MarkerClusterer class provided by google is very handy for grouping together large amounts of markers into clusters. If you have come this far you are probably already aware of the advantages, so I won’t bother with that. One thing that can be somewhat elusive is how to add an InfoWindow to your marker clusters. [...]
Posts Tagged ‘Javascript’
Jul 13
Dynamic Tile Server with Google Maps, Mapnik, and Drupal
Lately I have been working on a project for projecting map data from shapefiles onto a google map. It needed to be easy to manage and the client had to be able to upload shape files to drupal and have the map automatically update itself upon posting. What we came up with was a Drupal [...]