You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(profiles): add support for surface=laterite in car and bicycle profiles (#7644)
* feat(profiles): add support for surface=laterite in car and bicycle profiles
Add surface=laterite to car (15 km/h) and bicycle (5 km/h) profile
speed tables. Laterite roads are common in tropical areas and exhibit
extreme traction loss when wet - the OSM wiki recommends a significantly
higher penalty than dirt or clay. The chosen speeds place laterite
between clay and earth for cars, and between earth and mud for bikes.
Includes cucumber test coverage for routability and speed reduction.
* fix(profiles): reorder laterite in descending speed order; add to taginfo.json
Move laterite=15 to between sand=20 and mud=10 so the surface_speeds
table maintains descending numeric order. Add laterite to taginfo.json
surface value enumeration.
0 commit comments