On Tue, Nov 24, 2015 at 02:20:16PM +0000, Bjorn Madsen wrote: > > I have no need to visualize the map data. Only calculation of the path, > length and duration of the route for heavy goods vehicles for planning > purposes. This means that I need to check for constraints such as weight, > low bridges and width-limitations along the path. >
OSRM can do routing for Trucks. The problem might be that you seem to want to calculate routing for dynamic height/weight etc. IMHO this might be difficult to achieve with OSRM. Basically with OSRM you once prepare OSM data for usage with OSRM based on the type of vehicle and its restrictions. So you would need to create different sets for OSRM - Height e.g. 3.6m, 3.8m, 4m and e.g. weight 20to, 30to, 40to. There is no dynamic evaluation of the prepared graph. Flo -- Florian Lohoff [email protected] We need to self-defend - GnuPG/PGP enable your email today!
signature.asc
Description: Digital signature
_______________________________________________ OSRM-talk mailing list [email protected] https://lists.openstreetmap.org/listinfo/osrm-talk
