Hi,
I was under the impression that the car_delivery
profile allows routing of cars on private roads. However we’ve found a case in Northern Italy where there is a private road (highway: residential
& motorcar: private
) which it doesn’t use and so creates a slower route.
I’ve tried running this locally using a profile with car_access|block_private=false
and it did use the road as expected. So this is more of a clarification on if this is a bug or for clarification on which private roads car_delivery
can use.
Here is the road:
Here is the routing request:
{
"points": [
[
11.87126,
45.40652
],
[
11.87754,
45.40899
]
],
"snap_preventions": [
"motorway",
"ferry",
"tunnel"
],
"details": [
"road_class",
"surface"
],
"profile": "car_delivery",
"locale": "en",
"instructions": true,
"calc_points": true,
"points_encoded": false
}