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

Commit

Permalink
Merge pull request #419 from adamcoulombe/master
Browse files Browse the repository at this point in the history
Use secure CDN for default image path
  • Loading branch information
stephenmcd authored Mar 27, 2018
2 parents 0f8034c + d4839ef commit f10962b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit f10962b

Please sign in to comment.