aratcliffe / Leaflet.contextmenu

A context menu for Leaflet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REQUEST: add support for ImageOverlay

AndreasAtakan opened this issue · comments

Hi all!

I would very much like to be able to call bindContextMenu on a L.ImageOverlay object.
Alternatively, any tips on how I might implement this myself?

Thanks!

UPDATE

I simply added L.ImageOverlay to the array here (in my local file):
https://github.com/aratcliffe/Leaflet.contextmenu/blob/master/src/Mixin.ContextMenu.js#L82

Seems to work just fine