valhalla / valhalla/valhalla

Costumizable routing profiles

Open
#3,649 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
6.2k
Forks
981
Avg merge
2d 14h
Merged PRs (30d)
14

Description

I was wondering if it is possible to parameterize routing requests. Is it feasible that users can pass for example the type of ground or the width of the sidewalk individually with a request?

For example:
```js
"profile_params": {
"restrictions": {
"maximum_sloped_curbe": 0.06,
"maximum_incline": 6,
"surface_type": "cobblestone"
}
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.