Changelog
5.7.0
algorithm
that allows the selection of a routing algorithm.match
and route
osrm-extract data.osm.pbf
, osrm-partition data.osrm
, osrm-customize data.osrm
, osrm-routed --algorithm=MLD data.osrm
cmake .. -DCMAKE_BUILD_TYPE=Release -DENABLE_NODE_BINDINGS=On -DENABLE_MASON=On
.OSRM
object has new option algorihtm="CH","CoreCH","MLD"
--generate-edge-lookup
does nothing now.osrm-contract
does not depend on the .osrm.fileIndex
file anymoreosrm-extract
creates new file .osrm.cnbg
and .cnbg_to_ebg
osrm-partition
creates new file .osrm.partition
and .osrm.cells
osrm-customize
creates new file .osrm.mldgr
force_split_edges
flag to global properties. True value guarantees that segment_function will be called for all segments, but also could double memory consumptiongaps=split|ignore
to enable/disbale track splittingtidy=true|false
to simplify traces automatically