You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users to specify in the options for L.Illustrate.Textbox custom classes to be placed on the <textarea>.
Get weight and color for L.Rectangle created by L.Illustrate.Create.Textbox from the CSS styles on textarea elements. Will need to do this by creating an orphan <textarea> element with leaflet-illustrate AND user-provided custom styles, if any, and calling L.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).
The text was updated successfully, but these errors were encountered:
TODO
options
forL.Illustrate.Textbox
custom classes to be placed on the<textarea>
.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
.The text was updated successfully, but these errors were encountered: