googlearchive / js-marker-clusterer

A marker clustering library for the Google Maps JavaScript API v3.
https://googlemaps.github.io/js-marker-clusterer/docs/reference.html
Apache License 2.0
1.28k stars 775 forks source link

Accessing images via http #27

Closed janoskk closed 8 years ago

janoskk commented 8 years ago

Currently, the images are accessed via http instead of https that causes warnings at some browsers, especially when the website is visited via https. Please consider changing the url in the following code at src/markerclusterer.js:

/**
 * The marker cluster image path.
 *
 * @type {string}
 * @private
 */
MarkerClusterer.prototype.MARKER_CLUSTER_IMAGE_PATH_ =
    'http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/' +
    'images/m';