Justin Manley

Results 9 comments of Justin Manley

The purpose of renaming L.Toolbar -> L.Toolbar2 was to make the library compatible with Leaflet.draw ( https://github.com/Leaflet/Leaflet.toolbar/issues/47). Previously, both Leaflet.draw and Leaflet.toolbar had defined L.Toolbar, which made it impossible to...

Pranshu - Leaflet.Toolbar is the namespace used in the initial version of the Leaflet.toolbar library. That namespace conflicted with Leaflet.draw, so the current version of Leaflet toolbar uses the L.Toolbar2...

A good overview of different warping algorithms: http://www.gson.org/thesis/warping-thesis.pdf

Jeff - I think that we're beginning to push the boundaries of what this plugin is for. An "isolate" tool doesn't seem appropriate for this plugin, because it requires that...

Sure, good idea - I think the examples are a great place for that code. On Dec 22, 2014 12:44 PM, "Jeffrey Warren" [email protected] wrote: > that seems reasonable to...

yes! it's definitely possible. I'm assuming by "horizontal toolbar" you mean a horizontal control-style toolbar (popup toolbars are horizontal by default). Like this? [image: Screen Shot 2019-06-24 at 6.46.10 PM.png]...

sorry about that! Here's the picture I tried to send before: The approach I described above should allow you to create a horizontal toolbar by extending the Leaflet.toolbar library --...

@yohanboniface - Thanks for the PR! This is awesome! I've had the same concerns before - I completely agree that `L.ToolbarAction` is a lot of heavy machinery for adding simple...

Thanks for the pull request! There's a little bit more that I need from you: 1. Please provide a means of reproducing the issue described in the Stack Overflow post....