Skip to content

Commit

Permalink
Fix inconsistency in graph.lua for motor_vehicle_node (#4724)
Browse files Browse the repository at this point in the history
Co-authored-by: Christian <58629404+chrstnbwnkl@users.noreply.github.com>
  • Loading branch information
michaelhrabanek and chrstnbwnkl committed May 13, 2024
1 parent 26cfae4 commit 3463f1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
* FIXED: Fixed roundoff issue in Tiles Row and Col methods [#4585](https://github.com/valhalla/valhalla/pull/4585)
* FIXED: Fix for assigning attributes has_(highway, ferry, toll) if directions_type is none [#4465](https://github.com/valhalla/valhalla/issues/4465)
* FIXED: Have the `valhalla_add_predicted_speeds` summary always be created from `mjolnir.tile_dir` [#4722](https://github.com/valhalla/valhalla/pull/4722)
* FIXED: Fix inconsistency in graph.lua for motor_vehicle_node [#4723](https://github.com/valhalla/valhalla/issues/4723)
* **Enhancement**
* UPDATED: French translations, thanks to @xlqian [#4159](https://github.com/valhalla/valhalla/pull/4159)
* CHANGED: -j flag for multithreaded executables to override mjolnir.concurrency [#4168](https://github.com/valhalla/valhalla/pull/4168)
Expand Down
2 changes: 1 addition & 1 deletion lua/graph.lua
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ motor_vehicle_node = {
["forestry"] = 0,
["destination"] = 1,
["customers"] = 1,
["official"] = 0,
["official"] = 1,
["public"] = 1,
["restricted"] = 1,
["allowed"] = 1,
Expand Down

0 comments on commit 3463f1a

Please sign in to comment.