disableDoubleClickZoom: {if GOOGLE_MAPS_ENABLE_DOUBLE_CLICK_ZOOM}0{else}1{/if},
draggable: {@GOOGLE_MAPS_ENABLE_DRAGGING},
mapType: '{@GOOGLE_MAPS_TYPE}',
+ markerClustererImagePath: '{@$__wcf->getPath()}images/markerClusterer/',
scaleControl: {@GOOGLE_MAPS_ENABLE_SCALE_CONTROL},
scrollwheel: {@GOOGLE_MAPS_ENABLE_SCROLL_WHEEL_ZOOM},
type: '{@GOOGLE_MAPS_TYPE}',
this._markerClusterer = new MarkerClusterer(this._map, this._markers, {
maxZoom: 17,
- // replace default value for https support
- imagePath: '//google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/images/m'
+ imagePath: WCF.Location.GoogleMaps.Settings.get('markerClustererImagePath') + 'm'
});
this._markerSpiderfier = new OverlappingMarkerSpiderfier(this._map, {