Skip to content

Commit fc9900b

Browse files
authored
Update PL speed limits (#7079)
1 parent 69bdd3a commit fc9900b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
- FIXED: Ensure required file check in osrm-routed is correctly enforced. [#6655](https://github.com/Project-OSRM/osrm-backend/pull/6655)
7979
- FIXED: Correct HTTP docs to reflect summary output dependency on steps parameter. [#6655](https://github.com/Project-OSRM/osrm-backend/pull/6655)
8080
- ADDED: Extract prerelease/build information from package semver [#6839](https://github.com/Project-OSRM/osrm-backend/pull/6839)
81+
- 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)
8182
- Profiles:
8283
- FIXED: Bicycle and foot profiles now don't route on proposed ways [#6615](https://github.com/Project-OSRM/osrm-backend/pull/6615)
8384
- ADDED: Add optional support of cargo bike exclusion and width to bicyle profile [#7044](https://github.com/Project-OSRM/osrm-backend/pull/7044)

profiles/car.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ function setup()
300300
['ph:rural'] = 80,
301301
['ph:motorway'] = 100,
302302
['pl:rural'] = 100,
303-
['pl:trunk'] = 120,
303+
['pl:expressway'] = 120,
304304
['pl:motorway'] = 140,
305305
["ro:trunk"] = 100,
306306
["ru:living_street"] = 20,

taginfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
{"key": "maxspeed", "value": "PH:rural"},
177177
{"key": "maxspeed", "value": "PH:motorway"},
178178
{"key": "maxspeed", "value": "PL:rural"},
179-
{"key": "maxspeed", "value": "PL:trunk"},
179+
{"key": "maxspeed", "value": "PL:expressway"},
180180
{"key": "maxspeed", "value": "PL:motorway"},
181181
{"key": "maxspeed", "value": "RO:trunk"},
182182
{"key": "maxspeed", "value": "RU:living_street"},

0 commit comments

Comments
 (0)