-
Notifications
You must be signed in to change notification settings - Fork 132
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
Handling the layer order of groups of markers #183
Comments
This is a great feature request; both the Google and Nokia APIs support z-index ordering of markers but it's not part of Mapstraction at the moment. I don't think there'll be time to get this into the next release unless you happen to have a implementation handy, but this should definitely be looked at in more detail with a view to supporting it in the next-but-one-release. -Gary |
Hey Gary, As I'm working on a project utilizing Mapstraction, I would love to contribute back. I am new to the Mapstraction source. How would this feature be implemented, or what would the best approach be? Would this be a feature we could implement for all API's regardless of their support as this is an aesthetic feature? Or would we write it only if the API supports it? -- Tim |
Hi Tim, This is great, we'd love to have you contribute and get involved. There's a wiki page with general guidelines for contributing source code to Mapstraction at https://github.com/mapstraction/mxn/wiki/Contributing. For this particular feature, I think it'll need to be implemented in two places. Firstly in each provider's implementation file. So to add support for z-index ordering for Google v3, you'll need to enhance But not every provider will support z-index ordering, but this still means than an empty stub, effectively a Then secondly, the Feel free to get in touch here or on the Mapstraction mailing list if you need more detailed help or guidance or just want someone to sanity check what you're doing. Welcome to Mapstraction ... it's great to have you here. -Gary |
Hey Gary, thanks for the information. It's very helpful. How regular is your release cycle? I think I'll have time to do this over this Christmas break. -- Tim |
Our release cycle is somewhat ad hoc; if there's new code, new providers or bug fixes then basically we wait 'till there's critical mass and then release. That said, I'm trying to get the next release out before Christmas but as Mapstraction is purely a volunteer effort there's no hard guarantee. If you get this implemented, we'll get it released. -Gary |
Any luck implementing this feature? |
Hey Mapstraction Team,
Great work so far - I am wondering how I would go about layering groups of makers, or handling the Z Position of a marker?
I'm not sure if this has been requested yet, I haven't been able to find any existing issues or information in the documentation, so any insight would be much appreciated.
-- Tim
The text was updated successfully, but these errors were encountered: