googlearchive / js-marker-clusterer

A marker clustering library for the Google Maps JavaScript API v3.
https://googlemaps.github.io/js-marker-clusterer/docs/reference.html
Apache License 2.0
1.28k stars 775 forks source link

Using textSize: 0 in styles reverts font-size to 11 instead of 0 #97

Open gritzley opened 7 years ago

gritzley commented 7 years ago

on line 1259 in markerclusterer.js it says

var txtSize = this.textSize_ ? this.textSize_ : 11;

if this.textSize_ == 0, this will set txtSize to 11