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

OSRM API for routes #99

Merged
merged 12 commits into from
Apr 4, 2024
Merged

OSRM API for routes #99

merged 12 commits into from
Apr 4, 2024

Commits on Apr 4, 2024

  1. [doc] add osrm spec

    lgrd committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    62dec05 View commit details
    Browse the repository at this point in the history
  2. [doc] add valhalla spec

    lgrd committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2396ff7 View commit details
    Browse the repository at this point in the history
  3. WIP: adding OSRM native API.

    XavDmz authored and lgrd committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8819de2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3fc1ae9 View commit details
    Browse the repository at this point in the history
  5. WIP: Request parameters implemented when they match routeRequest's pa…

    …rameters, and ignored when not. OSRM controller's writeRouteResponse is being implemnted, but it will need modifications of RouteResponse class.
    XavDmz authored and lgrd committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ae726d8 View commit details
    Browse the repository at this point in the history
  6. WIP: implementing response writing for an OSRM native routing request…

    …. Slight edition of routeResponse and osrmSource classes to do so.
    XavDmz authored and lgrd committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    72dfcf7 View commit details
    Browse the repository at this point in the history
  7. WIP: OSRM controller implemented, but unpolished and untested.

    TODO :
    * complete logging and varible check
    * test the code
    XavDmz authored and lgrd committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d0cfe3b View commit details
    Browse the repository at this point in the history
  8. OSRM routing request seems to work. TODO:

    * check result to see if every property is valid and exact.
    * adapt getcapabilities to OSRM API capabilities.
    XavDmz authored and lgrd committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    724e6a5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9ff7b3f View commit details
    Browse the repository at this point in the history
  10. fix and tests

    lgrd committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6318832 View commit details
    Browse the repository at this point in the history
  11. some littles changes and tests

    lgrd committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    663de04 View commit details
    Browse the repository at this point in the history
  12. [doc] update version to 2.2.5

    lgrd committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    fbf8f80 View commit details
    Browse the repository at this point in the history