From: Matthias Schmidt Date: Wed, 6 May 2015 15:22:43 +0000 (+0200) Subject: Fix JavaScript error when using minified marker clusterer X-Git-Tag: 2.1.4~35 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5d21927042755a73dbef783949597368a77b10e9;p=GitHub%2FWoltLab%2FWCF.git Fix JavaScript error when using minified marker clusterer --- diff --git a/wcfsetup/install/files/js/WCF.Location.js b/wcfsetup/install/files/js/WCF.Location.js index 75c2468f73..fd5961e7c4 100644 --- a/wcfsetup/install/files/js/WCF.Location.js +++ b/wcfsetup/install/files/js/WCF.Location.js @@ -460,7 +460,7 @@ WCF.Location.GoogleMaps.LargeMap = WCF.Location.GoogleMaps.Map.extend({ this._markerClusterer = new MarkerClusterer(this._map, this._markers, { maxZoom: 17, // replace default value for https support - imagePath: MarkerClusterer.prototype.MARKER_CLUSTER_IMAGE_PATH_.replace(/^http:/, '') + imagePath: '//google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m' }); this._markerSpiderfier = new OverlappingMarkerSpiderfier(this._map, {