diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-26 10:46:32 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2026-03-26 10:46:32 +0100 |
| commit | 18c26c4d206fd28caa81b648f1620c586a36f60b (patch) | |
| tree | 0e0c51dff4363252896c619397009d668a7cf191 /src/Enmarcha.Sources.OpenTripPlannerGql | |
| parent | f7805b475c237ccc0f99a13badf73707810cfc8d (diff) | |
Fix estimate precision in Vigo
Diffstat (limited to 'src/Enmarcha.Sources.OpenTripPlannerGql')
| -rw-r--r-- | src/Enmarcha.Sources.OpenTripPlannerGql/Queries/ArrivalsAtStop.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Enmarcha.Sources.OpenTripPlannerGql/Queries/ArrivalsAtStop.cs b/src/Enmarcha.Sources.OpenTripPlannerGql/Queries/ArrivalsAtStop.cs index 2ad30e5..7605e5a 100644 --- a/src/Enmarcha.Sources.OpenTripPlannerGql/Queries/ArrivalsAtStop.cs +++ b/src/Enmarcha.Sources.OpenTripPlannerGql/Queries/ArrivalsAtStop.cs @@ -27,7 +27,7 @@ public class ArrivalsAtStopContent : IGraphRequest<ArrivalsAtStopContent.Args> color textColor }} - arrivals: stoptimesWithoutPatterns(numberOfDepartures: 100, startTime: {startTimeUnix}, timeRange: 14400) {{ + arrivals: stoptimesWithoutPatterns(numberOfDepartures: 50, startTime: {startTimeUnix}, timeRange: 14400) {{ headsign scheduledDeparture serviceDay |
