Skip to content

Commit

Permalink
Merge bbdb4db into 9770a3f
Browse files Browse the repository at this point in the history
  • Loading branch information
xmon committed Jun 29, 2016
2 parents 9770a3f + bbdb4db commit 9acf8a6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ public function render(MarkerCluster $markerCluster, Map $map)
*/
public function renderLibraries(MarkerCluster $markerCluster, Map $map)
{
$url = '//google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/src/markerclusterer_compiled.js';
$url = '//cdnjs.cloudflare.com/ajax/libs/js-marker-clusterer/1.0.0/markerclusterer_compiled.js';

return sprintf('<script type="text/javascript" src="%s"></script>'.PHP_EOL, $url);
}
Expand Down

0 comments on commit 9acf8a6

Please sign in to comment.