-
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
Geometry points being dropped when map-matching using waypoints parameter #4909
Comments
5 tasks
Fixed by #4911, thanks @karenzshea ! |
uqs
pushed a commit
to freebsd/freebsd-ports
that referenced
this issue
Feb 24, 2018
Changes from 5.15.2: - Bugfixes: fix deduplication of route steps when waypoints are used [#4909] Project-OSRM/osrm-backend#4909 Additional port changes: * Removed USE_LDCONFIG (no shared libs) * Grouped USExx * Silenced the pre-install command PR: 226156 Submitted by: Andreas Andersson <[email protected]> (maintainer) Approved by: tcberner (mentor, implicit) git-svn-id: svn+ssh://svn.freebsd.org/ports/head@462853 35697150-7ecd-e111-bb59-0022644237b5
uqs
pushed a commit
to freebsd/freebsd-ports
that referenced
this issue
Feb 24, 2018
Changes from 5.15.2: - Bugfixes: fix deduplication of route steps when waypoints are used [#4909] Project-OSRM/osrm-backend#4909 Additional port changes: * Removed USE_LDCONFIG (no shared libs) * Grouped USExx * Silenced the pre-install command PR: 226156 Submitted by: Andreas Andersson <[email protected]> (maintainer) Approved by: tcberner (mentor, implicit)
swills
pushed a commit
to swills/freebsd-ports
that referenced
this issue
Feb 24, 2018
Changes from 5.15.2: - Bugfixes: fix deduplication of route steps when waypoints are used [#4909] Project-OSRM/osrm-backend#4909 Additional port changes: * Removed USE_LDCONFIG (no shared libs) * Grouped USExx * Silenced the pre-install command PR: 226156 Submitted by: Andreas Andersson <[email protected]> (maintainer) Approved by: tcberner (mentor, implicit) git-svn-id: svn+ssh://svn.freebsd.org/ports/head@462853 35697150-7ecd-e111-bb59-0022644237b5
Jehops
pushed a commit
to Jehops/freebsd-ports-legacy
that referenced
this issue
Feb 24, 2018
Changes from 5.15.2: - Bugfixes: fix deduplication of route steps when waypoints are used [#4909] Project-OSRM/osrm-backend#4909 Additional port changes: * Removed USE_LDCONFIG (no shared libs) * Grouped USExx * Silenced the pre-install command PR: 226156 Submitted by: Andreas Andersson <[email protected]> (maintainer) Approved by: tcberner (mentor, implicit) git-svn-id: svn+ssh://svn.freebsd.org/ports/head@462853 35697150-7ecd-e111-bb59-0022644237b5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following test case fails, but it should pass:
Disabling the
waypoints
query option on this test will cause it to pass./cc @karenzshea
The text was updated successfully, but these errors were encountered: