osrm-backend
osrm-backend copied to clipboard
Exclude toll not working with alternative=true
Hello
Exclude=toll is working fine when alternatives=false. However, when I turn alternatives=true, the first path do avoids the toll, but the second path does not avoids toll. Moreover, the second path does not show toll in the classes, however in reality the second path has got tolls (according to osm data)
http://127.0.0.1:5000/route/v1/car/-118.05863,34.07445;-118.288909,33.870647?steps=true&alternatives=false&geometries=geojson&exclude=toll
Is it a bug? Any clues?