You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like addContextMenuListener does not work for map image layers. The LeafletContextMenuListener.onContextMenu are never executed when you right-click on the map-tiles.
For many use cases, just adding a LeafletContextMenuListener to the LMap does not deliver the desired results. For example any contextclicks above widgets will also be handled by that listener and even show the LMap as event source. Thus it would be nice to be able to add LeafletContextMenuListener to image tile layers.
The text was updated successfully, but these errors were encountered:
It seems like addContextMenuListener does not work for map image layers. The LeafletContextMenuListener.onContextMenu are never executed when you right-click on the map-tiles.
For many use cases, just adding a LeafletContextMenuListener to the LMap does not deliver the desired results. For example any contextclicks above widgets will also be handled by that listener and even show the LMap as event source. Thus it would be nice to be able to add LeafletContextMenuListener to image tile layers.
The text was updated successfully, but these errors were encountered: