Now we have noticed that the " truck7_5t" profile cannot be found for route calculations.
All other "storedProfile" like car, truck40t or truck11_99t are available and working fine.
Just the truck7_5t profile is missing.
For example:
Code: Select all
{
"storedProfile":"truck7_5t",
"waypoints": [
{
"$type": "OffRoadWaypoint",
"location": {
"offRoadCoordinate": {
"x": 6.22029,
"y": 49.61513
}
}
},
{
"$type": "OffRoadWaypoint",
"location": {
"offRoadCoordinate": {
"x": 6.06479,
"y": 49.62127
}
}
}
],
"resultFields": {
"polyline": true
}
}
Will return a "Bad Request"
What is the problem/solution here?