Merged
Conversation
mjjbell
commented
Jul 17, 2023
include/storage/storage_config.hpp
Outdated
| ".osrm.nbg_nodes", | ||
| ".osrm.timestamp", | ||
| ".osrm.tls", | ||
| ".osrm.tld", |
Member
Author
There was a problem hiding this comment.
osrm-backend/src/storage/storage.cpp
Lines 294 to 332 in 62e11fd
mjjbell
commented
Jul 17, 2023
| | true | Names of the two major roads used. Can be empty if the route is too short.| | ||
| | false | empty `string` | | ||
| | steps | | | ||
| |-------|-----------------------------------------------------------------------| |
Member
Author
There was a problem hiding this comment.
osrm-backend/include/engine/api/route_api.hpp
Lines 913 to 917 in 62e11fd
The storage module had a stricter check. This keeps the IOConfig check in sync.
…eter. There is no summary parameter.
d8bf708 to
07b2337
Compare
mjjbell
commented
Jul 17, 2023
| ".osrm.icd", | ||
| ".osrm.maneuver_overrides"}, | ||
| {".osrm.hsgr", ".osrm.cells", ".osrm.cell_metrics", ".osrm.mldgr", ".osrm.partition"}, | ||
| {}) |
Member
Author
There was a problem hiding this comment.
osrm-backend/src/storage/storage.cpp
Lines 294 to 332 in 62e11fd
SiarheiFedartsou
approved these changes
Jul 17, 2023
eliseier
pushed a commit
to wanderlog/osrm-backend
that referenced
this pull request
Mar 25, 2025
* Ensure required file check in osrm-routed is correctly enforced. The storage module had a stricter check. This keeps the IOConfig check in sync. * Correct HTTP docs to reflect summary output dependency on steps parameter. There is no summary parameter. * npm audit fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue
A couple of minor issues spotted whilst working on optional data loading.
Correct HTTP docs to reflect
summaryoutput dependency onstepsparameter.There is no
summaryparameter.Ensure required file check in
osrm-routedis correctly enforced.The storage module has a stricter check. This keeps the
IOConfigcheck in sync.Tasklist