Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reminder/ Warning message when user recenters map on location, but they are outside map bounds #141

Open
alanjosephwilliams opened this issue May 27, 2014 · 0 comments

Comments

@alanjosephwilliams
Copy link
Member

Context

This application aims to provide access to both trail data & map tiles when the user lacks an internet connection.

The extent of the map tiles available are based on the extent of the geodata in the app. Their zoom levels are restricted in order to keep the map tiles to a certain file size limitation.

When the user tries to navigate outside of the bounds of the map tiles available, there is a gentle bounce that prevents them from doing so.

However, when the user herself is located outside of the map bounds, and tries to recenter the map on their location, there is a somewhat confusing UX, wherein the attempt to recenter is made.

Action

We should instead trigger a gentle reminder / warning, perhaps immediately atop the bottom navigation UI.

The copy can read something to the effect of "You are located outside the bounds of the map! We can't recenter on your current location"

We could also throw the error message when the app starts, but I think that is lower priority,

Further Context

There are likely other UX challenges inherent in this attempt to give users map tiles offline. For example, if a deployment tries to give users data for an entire state, the size of the map tile load will likely exceed what we can ask people to download.

We also have no UX Flow for avoiding local maps altogether, and instead relying on their delivery over wifi or data.

@alanjosephwilliams alanjosephwilliams changed the title Error Message when located outside map bounds Reminder/ Warning message when user recenters map on location, but they are outside map bounds Aug 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants