Hi, I got this error with the payload below. Do you have any hint of why it is happening ?
Payload :
{"points":[[19.714527,49.238613],[19.722558,49.2288],[19.747748,49.214158],[19.74984,49.220441],[19.749968,49.22087],[19.750043,49.221158],[19.750574,49.220604],[19.750902,49.220439],[19.751132,49.220422],[19.75286,49.220229],[19.753128,49.219966],[19.753546,49.219756],[19.754597,49.21861],[19.756657,49.217047],[19.758406,49.21601],[19.760391,49.217587],[19.762397,49.218673],[19.765418,49.221129],[19.76671,49.222454],[19.767375,49.223137],[19.767483,49.223645],[19.7673,49.225113],[19.76759,49.226437],[19.768513,49.228175],[19.769162,49.23028],[19.767467,49.232859],[19.766775,49.235969],[19.766807,49.236585],[19.762222,49.232562],[19.754769,49.23002],[19.746115,49.234811],[19.734007,49.239586],[19.711284,49.244207]],"profile":"hike","points_encoded":false,"elevation":true,"locale":"fr","details":["hike_rating","road_class","road_environment","surface","road_access","track_type","foot_network"],"ch.disable":true,"custom_model":{"priority":[{"if":"hike_rating >= 4","multiply_by":"0"}]}}
Error :
com.graphhopper.util.exceptions.MaximumNodesExceededException
"No path found due to maximum nodes exceeded 3000000"
Regards, Olivier