Pierre-Léo Bourbonnais
Pierre-Léo Bourbonnais
Happened with Chrome on Windows, but not always, difficult to reproduce. refreshing the page fixed the problem.
- [x] add a tool to measure bird distance between points (can specify multiple points) - [ ] calculate network routing for walking and show distance and travel time (using...
If I import a GTFS and it takes a long time, sometimes the browser times out (or if the laptop is going to sleep), and it stays at 0% even...
When there are error in the path (could no generate path at gtfs import), show a warning (right now it shows -1 as distance)
See roundLonLatCoordinates in src/utils/geometry/PointUtils.js
``` const intlDateFormatOptions: Intl.DateTimeFormatOptions = { year: 'numeric', month: '2-digit', day: '2-digit', timeZone: 'America/Toronto', hour: '2-digit', minute: '2-digit', second: '2-digit', hour12: false }; const timeFormatLocale = 'en-ca'; ``` en-ca is...
server should emit progress events when importing gtfs data (especially nodes and schedules) so we can update the notifcation top bar instead of just showing 0%, then 100%.