Project-OSRM / osrm-backend

Open Source Routing Machine - C++ backend
http://map.project-osrm.org
BSD 2-Clause "Simplified" License
6.42k stars 3.4k forks source link

do not overwrite vehicle maxspeed with higher value, fixes #6979 #7036

Open woodpeck opened 1 month ago

woodpeck commented 1 month ago

Issue

Fix the overwriting of a lower vehicle-based maxspeed by a higher signposted (edge-based) maxspeed

Tasklist

Requirements / Relations

Link any requirements here. Other pull requests this PR is based on?