-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adjust the opacity/visibility of unspiderified markers on click #18
Comments
No idea how to implement permanently, but currently I manage like this: I am using MarkerWithLabel class from http://sc.tvh.com/js/geomaps/markerwithlabel.js. oms.addListener('spiderfy', function (markers,other) {
|
Here is how I set the markers that are not spiderfied to a lower opacity than the rest.
It may be easier to add classes to both spiderfied and unspiderfied markers:
|
I think one enhancement to this plugin which would greatly improve usability is to have the plugin set all of the markers which are not being spiderified as opaque when the spiderify function is called so that when the markers are moved outward and covering up other nearby markers it is still easy to tell which markers are the spiderified markers. This is especially useful for maps with a lot of marker on the screen.
The text was updated successfully, but these errors were encountered: