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
{/* Without a real location the camera sits on the department center, so it frames it at the department's configured zoom rather than a hardcoded one. */}
{/* Without a real location the camera sits on the department center, so it frames it at the department's configured zoom rather than a hardcoded one. */}
// Use initialCenter/initialZoom if provided so the map starts at the
255
259
// correct position without needing a programmatic camera move later.
256
-
conststartCenter=initialCenter&&isFinite(initialCenter[0])&&isFinite(initialCenter[1]) ? initialCenter : ([getDepartmentMapCenter().longitude,getDepartmentMapCenter().latitude]as[number,number]);// Default US center
260
+
conststartCenter=initialCenter&&isFinite(initialCenter[0])&&isFinite(initialCenter[1]) ? initialCenter : ([departmentCenter.longitude,departmentCenter.latitude]as[number,number]);// Department center
0 commit comments