engaging-computing / phpSENSE

An educational data analytics platform.
http://isenseproject.org
14 stars 10 forks source link

Map colors and groups don't work #552

Closed mmcguinn closed 11 years ago

mmcguinn commented 11 years ago

Map markers are not colored properly.

When you switch groupings, they don't actually change until you switch to a different vis and then back to map.

mmcguinn commented 11 years ago

So, it turns out the color thing was not us. Google maps pushed an update that broke their styledMarker plugin (which we use to get custom marker colors). For now I've added a workaround to use the previous google maps version, but it looks like those only stay available for about 6 months or so.

Here is a link to the plugin bug for reference http://code.google.com/p/gmaps-api-issues/issues/detail?id=4594

Hopefully they will fix it soon, and I can move us back to the latest google maps version.

@fgmart @ivanrudnicki