Skip to content

Releases: HSLdevcom/OpenTripPlanner

31.10.2018

31 Oct 13:31
4289beb
Compare
Choose a tag to compare
  • Walk speed while making public transit transfers is now computed more accurately
  • Elevation data now contributes in finding walking and cycling routes
  • Elevation data unit control added
  • Ticket price computation errors in via point routing fixed
  • Recent developments from OTP upstream merged
  • Security improvements

1.10.2018

01 Oct 16:47
e7aaa3d
Compare
Choose a tag to compare
  • New ticket price calculation module plugged in. It fixes known ticket errors in HSL area routing.
  • Import of tunnels into routing graph improved
  • Import of cycleways into routing graph improved
  • Walk routing at public transit transfers is now more accurate. Walk durations are realistic, not overly optimistic.

30.8.2018

30 Aug 06:44
82709e1
Compare
Choose a tag to compare
  • Documentation improvements
  • Increase MAX_AREA_NODES to 1000 (fix Kamppi walkable graph problem)
  • Fix graph build process (HSLdevcom/OpenTripPlanner-data-container)
  • Filter out unnecessary short walk legs
  • Remove Helsinki center tunnel network (changes to finlandWayPropertySet)

21.8.2018

21 Aug 09:30
3d2caa4
Compare
Choose a tag to compare
  • Improved documentation
  • GraphQL API improvements
  • Itinerary filtering
  • Better OSM edge case tolerance handling
  • Add Finland specific OSM way property handling
  • Disable origin destination proximity check when intermediatePlaces exist

17.5.2018

17 May 09:35
ef750b8
Compare
Choose a tag to compare
  • Improved error handling when loading GTFS data
  • Closed bike stations are not used in any way in routing anymore

26.04.0218

26 Apr 16:10
441b00e
Compare
Choose a tag to compare
  • Fix compactLegsByReversedSearch being true by default
  • Try to fix ConcurrentModificationException in updaters

25.04.2018

25 Apr 09:16
18e14e8
Compare
Choose a tag to compare
  • Link stops to matching OSM platform edges when stopCode == platform edge ref
  • Merge number of improvements and changes from entur/rutebanken fork
  • Add compactLegsByReversedSearch as a parameter to GraphQL API
  • Less logging from realtime updates (do not choke HSL Sentry)
  • Try a fix BikeRentalUpdater NPE in prod/dev environment

04.04.2018

04 Apr 06:15
04457f7
Compare
Choose a tag to compare
  • Extend the bike station object and GraphQL query API by a new string property called 'state'.
  • Import smoove's style property as station state
  • Add fuzzy trip matching to MQTT GTFS-RT

v15.01.2018

15 Jan 07:29
b262398
Compare
Choose a tag to compare

New features and fixes:

  • Merged upstream to hsldevcom fork
  • Improved sentry logging on routing and realtime
  • Fixed negative dwell time correction failing in certain cases
  • Fixed a bug that dropped certain OSM ways from the graph
  • Improved OSM way permission handling
  • Improved OSM multipolygon handling
  • Added MQTT GTFS-RT trip updates

v9.11.2017

09 Nov 11:42
cf78694
Compare
Choose a tag to compare

New features and fixes:

  1. Add tagged stops logging in graph building