Leaflet.contextmenu icon indicating copy to clipboard operation
Leaflet.contextmenu copied to clipboard

A context menu for Leaflet.

Results 47 Leaflet.contextmenu issues
Sort by recently updated
recently updated
newest added

I have the problem that when a contextmenu item is clicked and in the corresponding callback function alert(e.latlng); is used, the resulting coordinate does not belong to the origin of...

I have a use case where a map based context menu item callback function is coming from another source file that does not have access to the actual Leaflet map...

It'd be a great accessibility improvement for keyboard users if focus was delegated to the context menu's container. https://developers.google.com/web/fundamentals/accessibility/a11y-for-teams#managing_focus: > When you change the content of the page, it's important...

does it have support for the angular 2 and above ? the examples dont show very good use of this

Hey. I try to put your module in my app but I have some difficulties. I succeed to put context menu with 3 tabs. My main problem is with callback...

Hi, I have bound a menu to layers in a geoJSON onEachFeature but the related target comes back as undefined: ``` layer.bindContextMenu({ contextmenu: true, contextmenuInheritItems: false, contextmenuItems: [{ text: "Edit",...

Assistive technology such as screenreaders convey the context menu items (``) as a "link". I believe in more cases than not the context menu items behave more like buttons than...

When the context menu closes the focused element is `body`, this can be a confusing experience for people with screen readers and also requires keyboard-only users to sequentially navigate back...

When “Leaflet.contextmenu” is used on the map, if it is also used on the “path(circle、rectangle、polygon)”, I can not get this “path” object(relatedTarget),Could you solve it as soon as possible,Thanks a...