Skip to content
This repository has been archived by the owner on Jun 22, 2021. It is now read-only.

Use secure CDN for default image path #419

Merged
merged 1 commit into from
Mar 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion markerclustererplus/src/markerclusterer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,7 @@ MarkerClusterer.BATCH_SIZE_IE = 500;
* @type {string}
* @constant
*/
MarkerClusterer.IMAGE_PATH = "http://www.garylittle.ca/artwork/mcp/m";
MarkerClusterer.IMAGE_PATH = "https://cdn.rawgit.com/googlemaps/js-marker-clusterer/gh-pages/images/m";


/**
Expand Down
Loading