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
//Use 0.003degrees as 300m in lat/long coordinates alchemy coords 45.5233858, -122.6809206
// this could have been managed with a .filter and a .map. right now you're basically using .map as a foreach, instead of using the array which .map returns.