Closed GoogleCodeExporter closed 8 years ago
I'm trying to simplify your code. Can I change the two lines you've added to
the following single line:
style.push('background-size: ' + this.width_ + 'px ' + this.height_ + 'px;');
//added to support retina
It seems to me that the background-repeat statement is redundant because the
size of the container is exactly the same as the background size.
Original comment by garylitt...@gmail.com
on 8 Sep 2011 at 8:59
style.push('background-size: ' + this.width_ + 'px ' + this.height_ + 'px;');
//added to support retina
works fine, and you're right the no-repeat line was unnecessary.
Original comment by d...@daleshaw.com
on 9 Sep 2011 at 4:50
I have now added this line to the trunk version of MarkerClustererPlus.
See:
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclustererpl
us/
Original comment by garylitt...@gmail.com
on 9 Sep 2011 at 2:11
Original comment by garylitt...@gmail.com
on 27 Feb 2012 at 4:38
Original issue reported on code.google.com by
d...@daleshaw.com
on 8 Sep 2011 at 5:49