justinmanley/Leaflet.Illustrate

L.Illustrate.Textbox refactoring

justinmanley opened this issue · 0 comments

  • Make L.Illustrate.Textbox inherit from L.RotatableMarker, rather than setting this._textbox = L.RotatableMarker. The current situation is screwing up event propagation (events aren't propagating from the marker icon to the L.Illustrate.Textbox instance).