This commit is contained in:
Dawid2849 2025-02-10 22:56:31 +01:00 committed by GitHub
commit 55b6863492
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View File

@ -78,6 +78,7 @@
- FIXED: Ensure required file check in osrm-routed is correctly enforced. [#6655](https://github.com/Project-OSRM/osrm-backend/pull/6655) - FIXED: Ensure required file check in osrm-routed is correctly enforced. [#6655](https://github.com/Project-OSRM/osrm-backend/pull/6655)
- FIXED: Correct HTTP docs to reflect summary output dependency on steps parameter. [#6655](https://github.com/Project-OSRM/osrm-backend/pull/6655) - FIXED: Correct HTTP docs to reflect summary output dependency on steps parameter. [#6655](https://github.com/Project-OSRM/osrm-backend/pull/6655)
- ADDED: Extract prerelease/build information from package semver [#6839](https://github.com/Project-OSRM/osrm-backend/pull/6839) - ADDED: Extract prerelease/build information from package semver [#6839](https://github.com/Project-OSRM/osrm-backend/pull/6839)
- CHANGED: Replaced PL:trunk with PL:expressway to match the latest changes in Polish tagging [#7079](https://github.com/Project-OSRM/osrm-backend/pull/7079)
- Profiles: - Profiles:
- FIXED: Bicycle and foot profiles now don't route on proposed ways [#6615](https://github.com/Project-OSRM/osrm-backend/pull/6615) - FIXED: Bicycle and foot profiles now don't route on proposed ways [#6615](https://github.com/Project-OSRM/osrm-backend/pull/6615)
- ADDED: Add optional support of cargo bike exclusion and width to bicyle profile [#7044](https://github.com/Project-OSRM/osrm-backend/pull/7044) - ADDED: Add optional support of cargo bike exclusion and width to bicyle profile [#7044](https://github.com/Project-OSRM/osrm-backend/pull/7044)

View File

@ -300,7 +300,7 @@ function setup()
['ph:rural'] = 80, ['ph:rural'] = 80,
['ph:motorway'] = 100, ['ph:motorway'] = 100,
['pl:rural'] = 100, ['pl:rural'] = 100,
['pl:trunk'] = 120, ['pl:expressway'] = 120,
['pl:motorway'] = 140, ['pl:motorway'] = 140,
["ro:trunk"] = 100, ["ro:trunk"] = 100,
["ru:living_street"] = 20, ["ru:living_street"] = 20,

View File

@ -176,7 +176,7 @@
{"key": "maxspeed", "value": "PH:rural"}, {"key": "maxspeed", "value": "PH:rural"},
{"key": "maxspeed", "value": "PH:motorway"}, {"key": "maxspeed", "value": "PH:motorway"},
{"key": "maxspeed", "value": "PL:rural"}, {"key": "maxspeed", "value": "PL:rural"},
{"key": "maxspeed", "value": "PL:trunk"}, {"key": "maxspeed", "value": "PL:expressway"},
{"key": "maxspeed", "value": "PL:motorway"}, {"key": "maxspeed", "value": "PL:motorway"},
{"key": "maxspeed", "value": "RO:trunk"}, {"key": "maxspeed", "value": "RO:trunk"},
{"key": "maxspeed", "value": "RU:living_street"}, {"key": "maxspeed", "value": "RU:living_street"},