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

Fix incorrect geometry index after advancing #357

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Nov 12, 2024

  1. Fix incorrect geometry index after advancing

    After advancing the step, the geometry index sometimes incorrectly
    refers to an index in the previous RouteStep instead of the current one.
    This patch recomputes the geometry index when the RouteSteps change.
    ahmedre committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    dfce24d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Add baseline test case

    ianthetechie committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    0fcc0a6 View commit details
    Browse the repository at this point in the history