Improve walkway directions within city parks or sidewalks
- Dominant language
- C++
- Stars
- 6.2k
- Forks
- 981
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 14
Description
## Issue
Currently, the walkway directions within city parks or sidewalks can be improved at the following decision points:
- forks
- differentiating similar turn angles
- circles
Example routes from [pedestrian_routes.txt](https://github.com/valhalla/valhalla/blob/master/test_requests/pedestrian_routes.txt)
routes 5 & 6: forks, turns, relative direction

routes 7 & 8 : circles

## Tasks
- [ ] Analyze each issue
- [ ] Implement solution to improve
- [ ] Test to verify
Contributor guide
Assessment
This issue has not been assessed yet.