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

Align OSD waypoint number display with geospatial waypoints #6429

Merged
merged 9 commits into from
Jun 7, 2021

Commits on Jun 7, 2021

  1. Display only geospatial WPs on OSD

    Fix to ensure only geospatial WPs are displayed on OSD with sequential numbering maintained around nongeo WPs.
    breadoven committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    1a104a8 View commit details
    Browse the repository at this point in the history
  2. Update Method

    Change from using WP.flag to WP.p3
    breadoven committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    ec693da View commit details
    Browse the repository at this point in the history
  3. Update navigation.c

    breadoven committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    b0d75aa View commit details
    Browse the repository at this point in the history
  4. Update osd.c

    breadoven committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    7cec1f2 View commit details
    Browse the repository at this point in the history
  5. Fix white space

    breadoven committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    94e199e View commit details
    Browse the repository at this point in the history
  6. Change Index List

    Change from using WP .P3 to dedicated geospatial WP list list array
    breadoven committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    3697417 View commit details
    Browse the repository at this point in the history
  7. Change of method

    Change to remove array for storing geospatial WP indices. Uses iterative method to determine geospatial WP numbering instead.
    breadoven committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    1a7ce26 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b4b11c4 View commit details
    Browse the repository at this point in the history
  9. Update osd.c

    breadoven committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    012c7fb View commit details
    Browse the repository at this point in the history