Export to GitHub

google-maps-utility-library-v3 - issue #225

Warnings when MarkerClusterer used over https


Posted on Jan 24, 2013 by Happy Bear

MarkerClusterer.IMAGE_PATH = "http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m";

should be changed to

MarkerClusterer.IMAGE_PATH = "//google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m";

Comment #1

Posted on Nov 24, 2014 by Swift Monkey

Would fix https://code.google.com/p/google-maps-utility-library-v3/issues/detail?id=330

Status: New