aratcliffe / Leaflet.contextmenu

A context menu for Leaflet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show contextmenu from both polygon that is overlapping

boniyustin opened this issue · comments

Is it possible to show contextmenu from both polygon? I try to set contextmenuInheritItems true, it just show contextmenu from the top polygon and the map.

I am just getting acquainted with Leaflet, but I think I have the same issue. I have context menu items associated with two circleMarkers, and they work, BUT if the two markers are overlapping and I click within the overlap, I don't see the context menu items for either marker (just for the map). I would prefer and expect to see the context menu items for each marker (maybe separated with a separator).