Skip to content

Using waypoints close to each other returns a 207 on osrm-routed #1034

@Fulviuus

Description

@Fulviuus

Hi, I think found a bug on the router engine, where if you put too many waypoints close to each other it will return a 207.
To reproduce, I have first created a route with only three waypoints, which resolves fine:

API Call:
http://router.project-osrm.org/viaroute?loc=52.363238,4.896394&loc=52.363860,4.901361&loc=52.362845,4.898432
Map of the waypoints used:
http://i.imgur.com/IZ3APL3.png

Using the same route, but adding more waypoints in between returns a 207 instead:

API Call:
http://router.project-osrm.org/viaroute?loc=52.363238,4.896394&loc=52.363480,4.897746&loc=52.363834,4.899548&loc=52.364024,4.901308&loc=52.363389,4.901351&loc=52.362845,4.898390

Map of the waypoints used:
http://i.imgur.com/jIDPjHm.png

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions