chouette is a Java program for validating and exchanging Public Transport datas. Comes with a ruby web app : https://github.com/afimb/chouette2
23
stars
22
forks
source link
Add GTFS export parameter to keep objectId from Chouette on export #42
Closed
seime closed 7 years ago
Currently all entity identifiers in the exported GTFS file are rewritten on export. Ie 'XYZ:StopArea:123' becomes stop_id '123'.
This PR adds an export parameter and support for exporting the original objectId.
Defaults to original behaviour.