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
Multiple maps on the same page may use the same geometry or data files, so we should cache the loaded files in the mapmap singleton to avoid multiple requests for the same resource.
Multiple maps on the same page may use the same geometry or data files, so we should cache the loaded files in the mapmap singleton to avoid multiple requests for the same resource.
Maybe this should be done in datadata?