_This is a guest post from Jacob Toye, an active Leaflet contributor and also the author of the most sophisticated vector drawing and editing plugin out there, which is presented in this post._
[Leaflet.draw](https://github.com/Leaflet/Leaflet.draw/) was born from the need to provide users with the ability draw polygons on the map. Leaflet already provided a very nice way of editing existing polylines and polygons. The logical next step was to expand on this functionality to allow the creation of these layers, and ultimately the other vector layers.
Upon release the immediate response from the Leaflet community was very positive. It became clear that the next step would be progressing this tool to a state where users could edit and delete shapes in addition to creating them. This is ultimately what Leaflet.draw 0.2 set out to do.
After a few months of off and on development, with most of this spare time kindy sponsored by my employer <ahref="http://www.smartrak.co.nz"title="GPS Fleet Management solutions"target="_blank">Smartrak</a>, we proudly present Leaflet.draw 0.2 -- your one stop plugin for drawing, editing and deleting vectors and markers on Leaflet maps. :)
_Note from Vladimir: the polyline/polygon editing functionality from Leaflet core has been moved into this plugin where it fits much better. The plugin in turn has moved into [Leaflet organization on GitHub](https://github.com/Leaflet) and is now officially supported by the Leaflet development team. Note that version 0.2 currently depends on Leaflet master (in-progress development version) to work._
You can download the latest version from the <ahref="https://github.com/Leaflet/Leaflet.draw/"target="_blank">github repo</a>. Please report any bugs you come across on the <ahref="https://github.com/Leaflet/Leaflet.draw/issues"target="_blank">issues page</a>.
First and foremost I would like to thank my employer <ahref="http://www.smartrak.co.nz"title="GPS Fleet Management solutions"target="_blank">Smartrak</a>. Without their attitude to open source software I would not have had the time to complete this plugin.
The Leaflet developer community have been great in supporting this plugin through inspiration, pull requests and issue reports. Special thanks to: <ahref="https://github.com/mourner"title="@mourner"target="_blank">@mourner</a>, <ahref="https://github.com/danzel"title="@danzel"target="_blank">@danzel</a>, <ahref="https://github.com/brunob"title="@brunob"target="_blank">@brunob</a>, <ahref="https://github.com/tnightingale"title="@tnightingale"target="_blank">@tnightingale</a>, <ahref="https://github.com/Starefossen"title="@Starefossen"target="_blank">@Starefossen</a>, and <ahref="https://github.com/shramov"title="@shramov"target="_blank">@shramov</a>.
I've had a great time implementing this plugin. I hope you enjoy using it. If you have a question or just want to say hi, send me an email at <ahref="mailto:jacob.toye@gmail.com">jacob.toye@gmail.com</a>.