Improvements for 0.0.3
Opened this issue · 0 comments
justinmanley commented
TODO
- Allow users to specify in the
options
forL.Illustrate.Textbox
custom classes to be placed on the<textarea>
. - Get weight and color for
L.Rectangle
created byL.Illustrate.Create.Textbox
from the CSS styles on textarea elements. Will need to do this by creating an orphan<textarea>
element withleaflet-illustrate
AND user-provided custom styles, if any, and callingL.DomUtil.getStyle
. - Handle textbox zooming (link textboxes to the zoom level at which they are created and hide them when the user zooms out and they start to overlap with other textboxes).