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

Landing pattern playback #35

Open
2 of 3 tasks
ChrisLane opened this issue Jan 17, 2018 · 1 comment
Open
2 of 3 tasks

Landing pattern playback #35

ChrisLane opened this issue Jan 17, 2018 · 1 comment

Comments

@ChrisLane
Copy link
Owner

ChrisLane commented Jan 17, 2018

User Story

The user should be able to go to a screen that will allow them to view their landing pattern from a jump. This will be displayed in several different views, one being a top-down view as an overlay on a map, others being views from different sides of the pattern. The user will be able to see what heights they were at from indicators shown on the patterns or by clicking different sections of the pattern.

Acceptance Criteria

  • User is able to see their pattern in bird's eye view
  • User can see what altitude each point in the route was at
  • User is able to see their pattern from the side

Definition of Done

The user is able to view their landing pattern and use it for reflection on how to improve their landing pattern.

@ChrisLane
Copy link
Owner Author

Ideally would like to add a click listener to the lines that are placed on the map and have them handle and reveal their own altitude data.

Having looked at the APIs available, I think that revealing altitude data for points on the map lines will have to be done similarly to the radar touch listener, by using the maps projection.fromScreenPosition() method to get a latitude and longitude for where the user touched and reveal the altitude of the position nearest to that location in the route. This will likely not work for when there are several routes being shown on the map.

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

1 participant