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
organizeData should have an additional case when the stop id already exists in the hash (because multiple routes can use the same stop) that adds the new route and direction to the stop. This will require stopsHash[i].routeId and stopsHash[i].direction to be arrays or somesuch.
The text was updated successfully, but these errors were encountered:
organizeData
should have an additional case when the stop id already exists in the hash (because multiple routes can use the same stop) that adds the new route and direction to the stop. This will requirestopsHash[i].routeId
andstopsHash[i].direction
to be arrays or somesuch.The text was updated successfully, but these errors were encountered: