Routing with maximum weight

This forum deals with any kind of routing computation whether it is simple A:B-routing, calculation of isochrones, simple matrix computation or nearest search.
Post Reply
log-konz
Posts: 20
Joined: Mon Mar 23, 2015 9:06 am

Routing with maximum weight

Post by log-konz »

Hello everyone,

in the vehicle profiles we can define the attribute "weight".
Up to what maximum weight can the routing find the allowed route for a vehicle?

For example, if we have a 54-ton vehicle, can a route be found for it?
What is the maximum weight?
User avatar
Bernd Welter
Site Admin
Posts: 2577
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Re: Routing with maximum weight

Post by Bernd Welter »

Hello Daniel,

the attribute of the definesd the vehicles own weight. In your example it is a huge vehicle with 54 tons.
The counterpart of the vehicles property is a truck attribute on a street which is used to determine whether the vehicle is allowed to drive on that road: If the maximum weight attribute of the road is lower than the value of the vehicle it is not allowed to drive on that road.
Screenshot from the showcases XServer Internet. Displays some TruckAttributes in Luxemburg, e.g. weight restriction, height restriction, hazardous goods
Screenshot from the showcases XServer Internet. Displays some TruckAttributes in Luxemburg, e.g. weight restriction, height restriction, hazardous goods
To make this work you need to
- specify the attributes of the vehicle via request profile or stored profile
- and activate the PTV _TruckAttributes feature layer
Showcase
Integration Sample

Best regards,
Bernd
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany

Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning... :twisted:
Post Reply