Right now we wait up to 10 seconds to load bus positions when opening a web socket. We should have the onMessage event handler return the current positions, to increase responsiveness. We're already storing that data so that the AJAX calls from non-web-sockets clients will work.
Resolved, albeit slightly less efficiently - load them by AJAX right away, then use web sockets.