Error MaxSpeed You requested the details [max_speed, toll] but we could only find [max_speed]

I am getting the error “You requested the details [max_speed, toll] but we could only find [max_speed]” when I try to fetch the information from MAX_SPEED, I already have Server in the latest version and did a new map extraction.

?point=Praça%20Curitiba%2C%2087860000%2C%20Planaltina%20do%20Paraná%2C%20Brazil&point=São%20Paulo%2C%20Brazil&locale=pt-BR&vehicle=car&weighting=fastest&elevation=false&details=max_speed&details=toll&debug=true&instructions=false&avoid=motorway&ch.disable=true&use_miles=false&layer=OpenStreetMap

Your query has this:

Is it possible to not include it? It would fix your problem.

You need to tell GraphHopper that it should store the toll value from OSM:

graph.encoded_values: < ... previous values ... >, toll

The removal of the toll made the system generate the information, but I did not understand the return:
“” details “: {” max_speed “: [[0,254, null], [254,311,80.0], [311,332, null], [332,388,110.0], [388,391,80.0], [391,393,40.0],”

would this be initial, final mileage and speed

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.