How to distinguish between a car and a truck?
Posted: Thu Jul 25, 2019 3:53 pm
HI there,
Last week a partner asked me how he's supposed to parametrize a vehicle profile to be a truck or car (or a bus!).
Proper parametrizing could have an impact on:
Instead we have to use following combination of properties:
Routing / Vehicle / Physical / Drive / @driveType
Routing / Vehicle / Physical / Weight / @totalPermittedWeight
Thanks for answering it, Frank, Haba, Ralf
Best regards,
Bernd
Last week a partner asked me how he's supposed to parametrize a vehicle profile to be a truck or car (or a bus!).
Proper parametrizing could have an impact on:
- Consideration of truck attributes (geometry, traveltime, distance)
- Determination of toll tarifs (prices)
Instead we have to use following combination of properties:
Routing / Vehicle / Physical / Drive / @driveType
Routing / Vehicle / Physical / Weight / @totalPermittedWeight
- (@driveType=="MOTORIZED") and (@totalPermittedWeight <= 3500) is a car
- (@driveType=="MOTORIZED") and (@totalPermittedWeight > 3500) is a truck
Thanks for answering it, Frank, Haba, Ralf

Best regards,
Bernd