Fixed speed limits in Czech Republic#7279
Conversation
|
Looks good to me and match https://wiki.openstreetmap.org/wiki/Default_speed_limits#cite_ref-:41_158-0 Removing this values will fallback to default.
|
There was a problem hiding this comment.
Pull request overview
This PR fixes incorrect speed limit handling for Czech Republic roads in the car routing profile. Previously, trunk roads and motorways were incorrectly configured with speed limit value 0 (meaning unlimited), which is not accurate for Czech Republic.
Changes:
- Removed incorrect speed limit entries for Czech Republic trunk and motorway roads from the car profile
- Added CHANGELOG entry documenting the fix
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| profiles/car.lua | Removed two lines incorrectly setting Czech trunk and motorway speed limits to 0, allowing the system to use appropriate default values (trunk=110 km/h, motorway=130 km/h) |
| CHANGELOG.md | Added entry documenting the speed limit fix for Czech Republic |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
I've just resolved conflicts. |
|
Test running now. We can merge once they complete. |
|
@DennisOSRM I'm sorry I've just made one more force push because there was a bug in my rebase. |
Issue
If I understand it correctly, 0 means that the road type has no speed limit. However, in the Czech Republic, there are standard speed limits.
Tasklist