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
Fix laggy map when using synchronous GeoJSON source #4092.
This replaces the synchronous methods on GeoJsonSource introduced in #3560. To migrate, pass GeoJsonOptions with options.withSynchronousUpdate(true) when constructing a GeoJsonSource.