Skip to content

Commit

Permalink
Use relative image path in markerclustererplus. Closes googlemaps#455
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcd authored Oct 18, 2018
1 parent cdde3b2 commit 66d4921
Showing 1 changed file with 1 addition and 1 deletion.
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 = "https://cdn.rawgit.com/googlemaps/js-marker-clusterer/gh-pages/images/m";
MarkerClusterer.IMAGE_PATH = "../images/m";


/**
Expand Down

0 comments on commit 66d4921

Please sign in to comment.