LocalData / localdata-mobile-web

LocalData mobile collection app
http://localdata.com/
BSD 3-Clause "New" or "Revised" License
9 stars 18 forks source link

Add option to rotate the map 180? #122

Open hampelm opened 10 years ago

hampelm commented 10 years ago

If you're going south down a one-way street (for example), the map is frustratingly oriented. We can use a transform to rotate the map 180. Native maps rotate the map fluidly, which is a better experience.

prashtx commented 10 years ago

Is it helpful to show a sort of trail indicating the path of the user's progress? I'm imagining something that fades with age/distance from the user's current time/place, so that you can more intuitively understand which direction you're going.

That could be helpful even with a rotated map. At some point you might go down a complementary one-way street and forget to rotate the map back.

We might also be able to provide a compass-oriented map on Chrome/iOS Safari: http://mobiforge.com/design-development/html5-mobile-web-device-orientation-events

hampelm commented 10 years ago

Ooooh the orientation stuff is really cool.

I've been thinking about tracking user location for a while and will open a ticket about that.

hampelm commented 10 years ago

Added tracking location ticket as #123