Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use std::multimap for admin and timezone polygon results #3427

Merged
merged 9 commits into from
Dec 6, 2021
Prev Previous commit
Next Next commit
Merge branch 'master' into admin_optimization
  • Loading branch information
kevinkreiser authored Dec 6, 2021
commit b140fc761d9a4b08ada4a8c76e9a6104c39bd51b
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
* CHANGED: Do not create statsd client in workers if it is not configured [#3394](https://github.com/valhalla/valhalla/pull/3394)
* ADDED: Import of Bike Share Stations information in BSS Connection edges [#3411](https://github.com/valhalla/valhalla/pull/3411)
* ADDED: Add heading to PathEdge to be able to return it on /locate [#3399](https://github.com/valhalla/valhalla/pull/3399)
* ADDED: Add `prioritize_bidirectional` option for fast work and correct ETA calculation for `depart_at` date_time type. Smoothly stop using live-traffic [#3398](https://github.com/valhalla/valhalla/pull/3398)
* CHANGED: Minor fix for headers [#3436](https://github.com/valhalla/valhalla/pull/3436)
* CHANGED: Use std::multimap for polygons returned for admin and timezone queries. Improves performance when building tiles. [#3427](https://github.com/valhalla/valhalla/pull/3427)

## Release Date: 2021-10-07 Valhalla 3.1.4
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.