I'm looking to get the map to zoom a couple of levels when a user clicks on a clustered marker instead of it opening a window with over 50 options.

Or possible a markermanager which have 1 type of marker which makes it zoom to a next predefined level, like these guys have done: http://www.mxbrothers.com/mx-tracks.php

Comments

m.stenta’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

You could achieve this with a custom Component plugin, I think. Take a look at the Popup component, as well as Autozoom. By combining pieces of the JS in each of those, you could probably make a plugin that does what you want. If you come up with something that you think others could use, feel free to submit a patch for inclusion in the module!