Hello,
I’ve just installed graphhopper in my k8s cluster, and indexed a whole planet pbf file. But I noticed when I request leg_distance info I receive the following error:
{
"message": "Cannot find the path details: [leg_distance]",
"hints": [
{
"message": "Cannot find the path details: [leg_distance]",
"details": "java.lang.IllegalArgumentException"
}
]
}
The same error does not appear when I request graphhopper through https://graphhopper.com/api/1/route path.
I searched into doc how to solve this, but found no info about it. I’m using graphhopper version 7.0 in my infra.
Is there some config that I can enable this?