graphhopper / graphhopper/graphhopper
Bounding box ignores pillar nodes
Open
- Dominant language
- Java
- Stars
- 6.7k
- Forks
- 2k
- Avg merge
- 15h 58m
- Merged PRs (30d)
- 3
Description
The bounding box is calculated only based on tower nodes. This seems rather inconsistent to me. Is there any special reason we do not use pillar nodes to extend the bounding box?
Maybe the problem is that the bounding box is owned by `BaseGraph` and while we set the tower nodes on the `BaseGraph` we set the geometry on the edges.
Contributor guide
Assessment
This issue has not been assessed yet.