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
This would be fine if the defaults for these options were always false, but a lot of the UI options (such as draggable) default to true. So there’s pretty much no way to set them to false and actually have the option get passed to the map upon instantiation.
I can submit a PR for this— it’s a pretty simple fix (mapConfig[key] == null). Just wanted to flag it as a bug first.