-
-
Notifications
You must be signed in to change notification settings - Fork 108
[Feature Request] Have Google maps adapter draw over other google maps elements #849
Description
Is your feature request related to a problem? Please describe.
I am working on migrating to using Terra Draw instead of the Google Maps Drawing Library since it is deprecated. The map I am working with has google maps marker elements that have click events. When drawing with the old drawing library it seems like the drawing overlay is rendered at a higher z-index than the map markers which means you could draw and "click" on a map marker without triggering the marker listener
Is there a way to configure terra draw to replicate this functionality?
Describe your proposed idea for the solution to this problem
I am not sure if this is possible by allowing the Overlay "Pane" to be selected by the user as part of the adapter configuration but it seems to be the most promising solution https://developers.google.com/maps/documentation/javascript/customoverlays
Describe alternatives you've considered
If this can be done with a custom adapter I'd appreciate any advice on how to set that up
Additional context
Add any other context or screenshots about the feature request here.