Tom Connors

Results 10 comments of Tom Connors
trafficstars

I use a chromebook to develop using a DigitalOcean droplet, this bug affected me, CORS error, could not login. Good news, per one of the comments in one of these...

Right-hand TOC would be good, I would be interested in trying it out if you need some testing plz see the Help->About I am also interested in changing the color...

Perhaps this is for Boston https://transitfeeds.com/p/mbta/64/latest

Not sure how to get MBTA data, this is my attempt: ## Boston MBTA data https://transitfeeds.com/p/mbta/64/latest https://transitfeeds.com/p/mbta/64/latest/download ## create config-mbta.json ``` { "agencies": [ { "agency_key": "mbta", "url": "https://transitfeeds.com/p/mbta/64/latest/download/gtfs.zip" }...

Hmmm, still the same error, although a different line number is referenced ### was ``` file:///home/tmc/.nvm/versions/node/v16.19.1/lib/node_modules/gtfs-to-chart/node_modules/gtfs/lib/import.js:473 ``` ### now is ``` file:///home/tmc/.nvm/versions/node/v16.19.1/lib/node_modules/gtfs-to-chart/node_modules/gtfs/lib/import.js:482 ``` ## Install latest version ``` npm install...

I'm just noticing your reference to node v18, I am using v16 I will try node v18

Looks like it is still occurring even with node v18 ``` nvm use v18 ``` Output ``` Now using node v18.15.0 (npm v9.5.0) ``` ## Run ``` gtfs-to-chart --configPath config.json...

Great news - MBTA loads and makes charts - looks like the problem file route_attributes.txt does not exist in the MBTA file big file with lots of rows ``` gtfs-to-chart...

I am wondering the best way to view the charts? I can open the index file on my machine and browse each one, but I can't view them via GitHub...

I tried out https://github.com/brendannee/whereisbart.com very cool And magically was able to deploy my clone to vercel, works, amazing! https://whereisbart-leaflet-google-transit.vercel.app I tried the same with this, I was able to deploy...