Releases: HSLdevcom/OpenTripPlanner
Releases · HSLdevcom/OpenTripPlanner
31.10.2018
- 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
- 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
- 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
17.5.2018
26.04.0218
- Fix
compactLegsByReversedSearch
being true by default - Try to fix
ConcurrentModificationException
in updaters
25.04.2018
- 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
- 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
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
New features and fixes:
- Add tagged stops logging in graph building