I built the project, and when I try to send a request, I encounter this error:
{
"error": {
"code": 2099,
"message": "Unable to get an appropriate route profile for RoutePreference = driving-car"
},
"info": {
"engine": {
"build_date": "2024-11-04T11:59:25Z",
"version": "8.2.0"
},
"timestamp": 1730721589145
}
}
I want to perform routing with latitude and longitude coordinates within Iran. I downloaded the map file of Iran from OSM and included it in the ors-config.yml
file. Despite this, I still encounter the error above.
What could be the issue?
Note: I built the project but didn’t bring it up with Docker.