Hi,
this morning, trying to use my map (https://parcours.scasb.org) wich use ORS.
And got the error 2009 when sending more two waypoints.
Something have changed?
The body of the post request to https://api.openrouteservice.org/v2/directions/cycling-road/json:
{
"attributes":["avgspeed","percentage"],
"elevation":"true",
"extra_info":["waytype","surface","waycategory","suitability","steepness","tollways","traildifficulty","osmid","roadaccessrestrictions","countryinfo"],
"id":"rounting_request",
"instructions":"true",
"instructions_format":"text",
"language":"fr",
"maneuvers":"true",
"continue_straight":"true",
"geometry":"true",
"coordinates":[[2.2913789749145512,48.6539204007717],[2.286314964294434,48.65825778238394],[2.2797918319702153,48.659816880668174]]
}
And got an http error 500 with the json response:
{
"error":{
"code":2099,
"message":"Heading is not (fully) supported for CHGraph. See issue #483"
},
"info":{
"engine":{
"version":"6.1.1",
"build_date":"2020-06-22T04:58:15Z"
},"timestamp":1593156975489
}
}