Brendan Nee

Results 124 comments of Brendan Nee

Great solution. I'm testing out a version that uses a different node.js sqlite library, so hopefully this issue will be resolved in the future.

Make sure you are using node.js version 14 or greater.

This sounds like an issue with your node.js installation. You could try: sudo apt install libnode64 https://stackoverflow.com/questions/69378783/node-error-while-loading-shared-libraries-libnode-so-72

Great suggestion. One way we could accomplish this without needing a new file would be to add a column to `timetables.txt` called `service_id`. If you enter a `service_id`, then it...

Does anyone know of any existing JS routing libraries?

@nlambert That is one way to do it if the GTFS you are interested in is used by google.

Great idea. Do you have a GTFS file as an example which has translations.txt which supports more than one additional language? One way to make this work would be to...

When using GTFS-to-HTML with transcollines, are you using the default template or have you created a custom template?

That sounds like a good test case for implementing translations. If you use a custom template, then you'd also need custom locale .json files to match all of the text...