From: Steve Sutton Date: Thu, 28 Jun 2018 17:11:30 +0000 (-0400) Subject: Update font size of marker cluster number and add plus. X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Ffeature%2FmarkerClusters;p=WP-Plugins%2Fglm-member-db.git Update font size of marker cluster number and add plus. Adding plus sign into the images. Update js file to increase the font size. --- diff --git a/js/googleMapsMarkerClusterer/images/m1.png b/js/googleMapsMarkerClusterer/images/m1.png index 329ff524..acb2b1c8 100644 Binary files a/js/googleMapsMarkerClusterer/images/m1.png and b/js/googleMapsMarkerClusterer/images/m1.png differ diff --git a/js/googleMapsMarkerClusterer/images/m2.png b/js/googleMapsMarkerClusterer/images/m2.png index b999cbcf..ea0c30a7 100644 Binary files a/js/googleMapsMarkerClusterer/images/m2.png and b/js/googleMapsMarkerClusterer/images/m2.png differ diff --git a/js/googleMapsMarkerClusterer/images/m3.png b/js/googleMapsMarkerClusterer/images/m3.png index 9f30b309..edebc0f9 100644 Binary files a/js/googleMapsMarkerClusterer/images/m3.png and b/js/googleMapsMarkerClusterer/images/m3.png differ diff --git a/js/googleMapsMarkerClusterer/images/m4.png b/js/googleMapsMarkerClusterer/images/m4.png index 0d3f8263..a4074dbc 100644 Binary files a/js/googleMapsMarkerClusterer/images/m4.png and b/js/googleMapsMarkerClusterer/images/m4.png differ diff --git a/js/googleMapsMarkerClusterer/images/m5.png b/js/googleMapsMarkerClusterer/images/m5.png index 61387d2a..ed34a215 100644 Binary files a/js/googleMapsMarkerClusterer/images/m5.png and b/js/googleMapsMarkerClusterer/images/m5.png differ diff --git a/js/googleMapsMarkerClusterer/markerclustererplus.js b/js/googleMapsMarkerClusterer/markerclustererplus.js index a3c98e28..0f2a7183 100644 --- a/js/googleMapsMarkerClusterer/markerclustererplus.js +++ b/js/googleMapsMarkerClusterer/markerclustererplus.js @@ -295,7 +295,7 @@ ClusterIcon.prototype.useStyle = function (sums) { this.anchorText_ = style.anchorText || [0, 0]; this.anchorIcon_ = style.anchorIcon || [parseInt(this.height_ / 2, 10), parseInt(this.width_ / 2, 10)]; this.textColor_ = style.textColor || "black"; - this.textSize_ = style.textSize || 11; + this.textSize_ = style.textSize || 14; this.textDecoration_ = style.textDecoration || "none"; this.fontWeight_ = style.fontWeight || "bold"; this.fontStyle_ = style.fontStyle || "normal"; @@ -1193,7 +1193,7 @@ MarkerClusterer.prototype.addMarkers = function (markers, opt_nodraw) { if (markers.hasOwnProperty(key)) { this.pushMarkerTo_(markers[key]); } - } + } if (!opt_nodraw) { this.redraw_(); }