diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a710101da..03489a45521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - CHANGED: Upgrade Cucumber-js to v12 [#7221](https://github.com/Project-OSRM/osrm-backend/pull/7221) - CHANGED: Add libcap-setcap to alpine dockerfile [#7241](https://github.com/Project-OSRM/osrm-backend/issues/7241) - FIXED: Minor misspellings found in source code, comments and documents [#7215](https://github.com/Project-OSRM/osrm-backend/pull/7215) + - FIXED: Speed limits in Czech Republic [#7279](https://github.com/Project-OSRM/osrm-backend/pull/7279) # 6.0.0 - Changes from 6.0.0 RC2: None diff --git a/profiles/car.lua b/profiles/car.lua index 35b4178d9cd..7cda19b24df 100644 --- a/profiles/car.lua +++ b/profiles/car.lua @@ -280,8 +280,6 @@ function setup() ["ch:rural"] = 80, ["ch:trunk"] = 100, ["ch:motorway"] = 120, - ["cz:trunk"] = 0, - ["cz:motorway"] = 0, ["de:living_street"] = 7, ["de:rural"] = 100, ["de:motorway"] = 0,