Skip to content

v0.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 21:34
· 12 commits to main since this release
1aa1cd9

Patch Changes

  • 8ec1f8c: feat: added open option in the control constructor. Default is false. If true is set to open option, editor controller will be expaned as default.

    To expand control as default, create control instance like below.

    const drawControl = new MaplibreTerradrawControl({ open: true });