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
Hi,
Thanks for sharing the plugin. I found that drawing to select does not work properly in IE 11. I did not test with lower versions of IE yet. It will flash and also select the tiles while drawing arounds layers to select.
How to reproduce:
I think I found a workaround for this according to here: Leaflet/Leaflet#1821
addHooks: function () {
// add these two lines
L.DomUtil.disableImageDrag();
L.DomUtil.disableTextSelection();
....
}
Hi,
Thanks for sharing the plugin. I found that drawing to select does not work properly in IE 11. I did not test with lower versions of IE yet. It will flash and also select the tiles while drawing arounds layers to select.
How to reproduce:
URL: https://sandropibia.github.io/Leaflet.SelectAreaFeature/examples/index.html
Anyone has any ideas how to resolve this?
Thanks a lot.
The text was updated successfully, but these errors were encountered: