Skip to content

Commit b285835

Browse files
committed
Adds Changelog entry for nearest results and geospatial radiuses with bearing limits
1 parent 1c42a49 commit b285835

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- API:
1010
- `annotations=true` now returns the data source id for each segment as `datasources`
1111
- Reduced semantic of merge to refer only to merges from a lane onto a motorway-like road
12+
- Adds libosrm limits: `max_results_nearest` and `max_radius_when_bearings` for system-wide limiting the number of results in the Nearest service and the radius we're looking at for geospatial lookups in all services when bearings are in use, respectively. This prevents exhaustive graph traversals, returning appropriate error codes instead.
1213
- Bugfixes
1314
- Fixed an issue that would result in segfaults for viaroutes with an invalid intermediate segment when u-turns were allowed at the via-location
1415
- Invalid only_* restrictions could result in loss of connectivity. As a fallback, we assume all turns allowed when the restriction is not valid

0 commit comments

Comments
 (0)