pelias / docker

Run the Pelias geocoder in docker containers, including example projects.
MIT License
338 stars 226 forks source link

Update LACMTA gtfs_rail URL. Fixes #152. #153

Closed wiseman closed 4 years ago

wiseman commented 4 years ago

Here's the reason for this change :rocket:

When downloading data in the los-angeles-metro project, the attempt to download gtfs_rail.zip fails (#152).


Here's what actually got changed :clap:

Changed the URL to reference the new github repo that now contains gtfs_rail.zip.


Here's how others can test the changes :eyes:

pelias download all should now download gtfs_rail.zip without error.

orangejulius commented 4 years ago

Thanks!