Skip to content

ODL Studio release 1.3.4

Compare
Choose a tag to compare
@PGWelch PGWelch released this 08 Jul 10:08
· 38 commits to master since this release

New features:

  • Vehicles can now have a waiting cost and individual travel time multipliers.
  • Option to use an external matrix for travel distances and times, stored in a text file (use matrices from Google etc..)
  • Option to choose between using either car, bike or pedestrian routing (only one can be used at-once).
  • Travel time and distance matrix exporter component.
  • Upgraded to new versions of jsprit and Graphhopper routing libraries.

To use the waiting cost and the per-vehicle travel time multipliers, two new fields are required in the VehicleTypes table and users must create a new vehicle routing .odlx script to use these fields (a script created by ODL Studio v1.3.3 or earlier will ignore these fields). See the demo data creator for the format of the fields.

Warning - there are 2 breaking changes with the data formats with ODL Studio 1.3.4.

  • Graphhopper road network graphs built with the graphhopper jar from earlier versions of ODL Studio do not work and need to be rebuilt with the new Graphhopper jar.
  • Postcode geocoding database file format has changed - the old files will no longer work (download the new ones).