Alessandro Gubitosi
Alessandro Gubitosi
Thanks for your response. I will check your snippet as soon, at a guess will works. I've find a bug on my code above: `focusout()` is too generic because the...
Please allow us to configure it by passing a parameters object
See also the relative [merge request](https://github.com/kreativekorp/barcode/pull/7)
+1
Tryed yet with a bit of code: ``` javascript var polygon = new L.Polygon([ [51.51, -0.1], [51.5, -0.06], [51.52, -0.03] ]); polygon.editing.enable(); var marker = L.marker([51.61, -1]).bindPopup('This is a marker.');...
@bittorf, +1, I agree your suggestions about json structure implementation, so I want to ask to @nemesisdesign: I'm very interested to netJson implementation too, and I'd like to propose and...
Did you mean something like [this](http://bl.ocks.org/GerHobbelt/3071239)?