Leaflet.contextmenu
Leaflet.contextmenu copied to clipboard
A context menu for Leaflet.
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.
Seems like `1.5.0` and `1.5.1` releases weren't published on NPM: https://www.npmjs.com/package/leaflet-contextmenu `1.5.0` was published on bower but `1.5.1` is also missing there: https://libraries.io/bower/Leaflet.contextmenu Maybe cause it was just released? @aratcliffe...
Can you help me to add this extension to Vue JS ?
There is forecast to be implemented for react-leaflet, tried to insert in some ways, did not work. If it is not the plan, you can close the issue. Thanks
Clicking anywhere on the map I want to find the nearest line and open the line contextmenu. I found the nearest line. but I couldn't figure out what to do...
Does This library work with angular? I saw examples with angularjs but none with angular. If so, there is an example to follow. Thanks you
Hi. Current implementation is something like an extension of Map/Marker object. This is a huge limitation. ContextMenu should be implemented as standalone layer (like Popup), should inherit from Layer/DivOverlay. Expose...
Hi. I create some applications with Electron. Now I have a problem with "Leaflet.contextmenu". I'ts not working. I began investigating and found a bug place: ` (function(factory) { // Packaging/modules...
Is there a way to open up a context menu via left click instead of right click? I have circles that would like to open up the menu via left...
I am having trouble with GeometryCollection. When I try to display this type of data on the map I get this error: **TypeError: layer.bindContextMenu is not a function** Here is...