-
Notifications
You must be signed in to change notification settings - Fork 768
Adding CSS class to MarkerClusterer options #24
base: gh-pages
Are you sure you want to change the base?
Conversation
These changes extend the `MarkerClusterer` options with the new option `cssClass`.
Nice i was looking for this 👍 |
@@ -55,7 +55,8 @@ | |||
* 'anchor': (Array) The anchor position of the label text. | |||
* 'textColor': (string) The text color. | |||
* 'textSize': (number) The text size. | |||
* 'backgroundPosition': (string) The position of the backgound x, y. | |||
* 'backgroundPosition': (string) The position of the background x, y. | |||
* 'cssClass': (string) One or more CSS class for styling this marker. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix indentation
Need this! |
Can anybody merge this request please? Would be nice :) |
??? |
Please merge this, it's really needed here :) |
CMON |
This is unbelievable this feature hasn't been merged for such a long time. This should be an absolute priority. The current styling possibilities are so pitiful... |
When does this feature will be merged? |
Hi @guicara, this feature will never be merged in this repository, cause it's not maintained anymore (sad but true). Have a look to this fork. It's a "official" fork (with the blessing of Google) of this repository and is maintained. |
Hi. So is there a way to add css class to the cluster? |
These changes extend the
MarkerClusterer
options with the new optioncssClass
.