-
Notifications
You must be signed in to change notification settings - Fork 7
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
refactor: change edgeIDAndData
to edge
and replace location defin…
#307
Conversation
…ition with nav.Location issue: #282
edgeId edgeID | ||
edgeData *edge | ||
edgeData *edgeMetric |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
edgeMetric *edgeMetric
, or just simply *edgeMetric
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copy that
CHANGELOG-FORK.md
Outdated
@@ -4,6 +4,7 @@ Changes from v10.2.0 | |||
- Feature: | |||
- ADDED **HTTP API** `annotation/ways` in OSRM route response after `osrm-ranking` process(retrieve `annotation/ways` from `annotation/nodes`) [#296](https://github.com/Telenav/osrm-backend/pull/296) | |||
- CHANGED for internal refactoring, moved `unidbpatch` and `mapsource` packages into `integration/util` folder [#300](https://github.com/Telenav/osrm-backend/pull/300) | |||
- CHANGED for internal refactoring, refactor staiongraph to isolate algorithm, data structure and topological [#302] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you please append the link so that the #302
can be clickable? Meanwhile, this entry is only for the last PR, could you please also add one for this PR? Or maybe append also this PR's ID, i.e. one entry for both PR since this PR is the only supplement for the former one.
Furthermore, staiongraph
-> stationgraph
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copy that :)
…ition with nav.Location
Issue
Resolves #282
Description
edgeIDAndData
toedge
locationInfo
tonav.Location
Tasklist