V-leaflet LDrawRectangle

Hi,

I have to select rectangle on LMap. I can select polygon using LDrawPolygon, but LDrawRectangle does not receive map in the constructor and is not displayed on the map. I would like to use rectangle area selected using Shift, but I can catch only Move End event that provides coordinates of visible part of map after zoom to selection, and not coordinates of the selected area.

Hi,

I added a test case/example that hopefully answers to your question:
https://github.com/mstahv/v-leaflet/commit/2d03283966f06519b0f2157593ebf0a223d868c2

cheers,
matti

Thank you, Matti!