From b2750339baa47d9a952829871f4f9c2c296245d7 Mon Sep 17 00:00:00 2001 From: Dawid2849 <77780707+Dawid2849@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:26:51 +0100 Subject: [PATCH 1/3] Update PL speed limits Due to changes in Polish road classification on OSM, PL:trunk got deprecated. PL:expressway is being used instead: https://www.openstreetmap.org/changeset/159759046 --- profiles/car.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/car.lua b/profiles/car.lua index 076a93ee1..24079bfaa 100644 --- a/profiles/car.lua +++ b/profiles/car.lua @@ -300,7 +300,7 @@ function setup() ['ph:rural'] = 80, ['ph:motorway'] = 100, ['pl:rural'] = 100, - ['pl:trunk'] = 120, + ['pl:expressway'] = 120, ['pl:motorway'] = 140, ["ro:trunk"] = 100, ["ru:living_street"] = 20, From 25b6fd012af00e5f0a0d59a3a2470c691ec920c1 Mon Sep 17 00:00:00 2001 From: Dawid2849 <77780707+Dawid2849@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:36:30 +0100 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb545ffe..7ae9e373f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: 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) + - 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: - 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) From b0a4a1d1fe1c1cbdb94d3c5aa8156e1697d59155 Mon Sep 17 00:00:00 2001 From: Dawid2849 <77780707+Dawid2849@users.noreply.github.com> Date: Sun, 26 Jan 2025 21:11:37 +0100 Subject: [PATCH 3/3] Update taginfo.json --- taginfo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taginfo.json b/taginfo.json index 392e7c660..dfe48f96a 100644 --- a/taginfo.json +++ b/taginfo.json @@ -176,7 +176,7 @@ {"key": "maxspeed", "value": "PH:rural"}, {"key": "maxspeed", "value": "PH:motorway"}, {"key": "maxspeed", "value": "PL:rural"}, - {"key": "maxspeed", "value": "PL:trunk"}, + {"key": "maxspeed", "value": "PL:expressway"}, {"key": "maxspeed", "value": "PL:motorway"}, {"key": "maxspeed", "value": "RO:trunk"}, {"key": "maxspeed", "value": "RU:living_street"},