Open mbogner opened 11 months ago
That's correct, we don't have a notion of profile
in this frontend, it only works out of the box with OSRM, relying on the fact that car
is the default there.
Not sure whether we should do anything about it, except maybe make that default explicit and easy to adjust in a config file somewhere.
Having it documented and configurable would be great.
Happy to review a PR introducing a configurable default profile!
Let's see if I find time :)
When using ORS requests need to use profile "driving-car" instead of default "car". Otherwise this results in a 400 response with the message that profile "car" doesn't exist which is correct because ORS named it "driving-car".
This fixed the issue for me though it is specific for ORS and fixes all cars to the same profile (which not adding one does as well):