v0.0.5
Patch Changes
-
8ec1f8c: feat: added
open
option in the control constructor. Default is false. If true is set toopen
option, editor controller will be expaned as default.To expand control as default, create control instance like below.
const drawControl = new MaplibreTerradrawControl({ open: true });