thedouglenz / thou_hast_been

0 stars 0 forks source link

Let Mapbox center map at users' location at load #35

Closed thedouglenz closed 10 years ago

thedouglenz commented 10 years ago

When the app loads and the user logs in to the dashboard, we want to center the map that's there to their current position. Let's see if there's some way to do this in an MVC sort of fashion even though the app isn't truly MVC yet. Remember that node.js is server-side and vanilla js is client side. Client side easily gives its coordinates! Server-side, we have some hoops to jump through.

thedouglenz commented 10 years ago

Completed 09/14/2104