Releases: Gabboxl/gtfs-osm-import
Releases · Gabboxl/gtfs-osm-import
Release 1.3.0
Changelog
- Switch to api.openstreetmap.org API host by @danieldegroot2 in #46
- Better map matching for stop names with accents
- Fix config file loading problems with UTF-8 encoding
- Add S keystroke to skip stops in review GUI
- Updated to GraphHopper Map Matching to version 9.1
- Minor code refactorings
- Updated dependencies
Full Changelog: 1.2.1...1.3.0
Release 1.2.1
Changelog
- Better comparing of trip's stops list based on natural ordering instead of relying on the stop sequence code.
- Correctly handle missing feed_info.txt GTFS file. #42 (thanks to @laurentriffard!)
- GTFS Parser: accept empty wheelchair_boarding values. #41 (thanks to @laurentriffard!)
- Sanitize BOM from files that have it (thanks to @laurentriffard!)
- Updated dependencies
Full Changelog: 1.2.0...1.2.1
Release 1.2.0
Changelog
- Major refactor of the stops-matching system
- Added name-matching system for bus stops
- Added support for the following PTv2 roles: "stop_exit_only", "stop_entry_only", "platform_exit_only", "platform_entry_only"
- Many null exception fixes
- Text output fixes
- Updated dependencies
Release 1.1.0
Changelog
- New GTFS data parsing system using regex
- Many possible null exceptions fixed
Release 1.0.0
First public release!
Check the README.md file for how-to-use instructions!