gtfs-to-html icon indicating copy to clipboard operation
gtfs-to-html copied to clipboard

Build human readable transit timetables as HTML or PDF from GTFS.

Results 15 gtfs-to-html issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

It would be really great if GTFS-to-HTML could generate timetables in many languages. (I.e. 1 HTML/PDF/CSV file per language) using a combination of the translations.txt file in GTFS and some...

Hi, this is not a problem of gtfs-to-html itself, but related to nvm, but will still give a try. trying to install this with the following command: npm install gtfs-to-html...

Hello, I installed gtfs-to-html on Ubuntu Ubuntu 20.04.3 LTS. Always get a syntax error: # gtfs-to-html /usr/local/lib/node_modules/gtfs-to-html/bin/gtfs-to-html.js:3 import yargs from 'yargs'; ^^^^^ SyntaxError: Unexpected identifier at Module._compile (internal/modules/cjs/loader.js:723:23) at Object.Module._extensions..js...

Hey! I think it would be really great to be able to specify exactly which service_ids are included in a particular timetable, as sometimes simply specifying particular day/date/time intervals just...

Hi there, Hopefully I havent missed this in the configuration guidance. Using the web version while I am at work and going to try using the desktop version on my...

Hello, I have successfully generated a timetable here: https://huyngd.github.io/amsterdam-airport-express/ I am wondering: (1) if there is a way to show the service dates on the table, since it only shows...

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.2 to 2.0.4. Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4 (2022-11-11) Bug Fixes ReDoS problem (#225) (ac09944) v2.0.3 2.0.3 (2022-10-20) Bug Fixes security: prototype pollution exploit...

dependencies

Hi! Would it be possible to use `transfer_type = 4` to determine where trip continuations are shown in the timetables? The behaviour I am picturing is: - If `transfers.txt` is...