-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Prepare list of deprecated API parameters/values for 6.0
release
#3298
Labels
Milestone
Comments
libosrm API:
|
|
@MoKob can you link the tickets for those here? I'm missing some context here. |
Also:
|
|
|
|
|
|
3 tasks
This issue seems to be stale. It will be closed in 30 days if no further activity occurs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We deprecated some API parameters/values over the 5.x live-cycle and need to prepare for the 6.x cleanup.
Off the top of my head the following things are marked for removal:
StepManeuver.bearing_before
andStepManeuver.bearing_after
(replaced byRouteStep.intersections
)StepManeuver.location
(replaced byRouteStep.intersections
)StepManeuver.type = "ramp"
(replaced byon ramp
andoff ramp
)bearings=
withoutradiuses=
per Require aradius
parameter other thanunlimited
when usingbearings
#2983bearings
range per Require aradius
parameter other thanunlimited
when usingbearings
#2983Any more things that come to mind @MoKob @daniel-j-h @danpat @freenerd?
The text was updated successfully, but these errors were encountered: