Pierre-Léo Bourbonnais

Results 68 issues of Pierre-Léo Bourbonnais

Happened with Chrome on Windows, but not always, difficult to reproduce. refreshing the page fixed the problem.

bug

- [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...

UX

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...

bug

When there are error in the path (could no generate path at gtfs import), show a warning (right now it shows -1 as distance)

bug
enhancement

See roundLonLatCoordinates in src/utils/geometry/PointUtils.js

enhancement
good first issue
UX
complexity low (good first issue)

``` 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...

enhancement
priority high

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%.

enhancement
priority medium