When I choose a different markerstyle in views, all my markers on the map disappear.
Javascript gives the following error:
TypeError: this.gicons[setname] is undefined
in the function Drupal.gmap.getShadow.
When I change the function from
if (this.gshadows) return this.gshadows[setname][sequence % this.gicons[setname].length];
to
if (this.gshadows && this.gicons[setname]) return this.gshadows[setname][sequence % this.gicons[setname].length];
it starts working again.
Needs work
2.8
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.