Skip to content

Commit

Permalink
Update image width
Browse files Browse the repository at this point in the history
  • Loading branch information
gcamp committed Sep 25, 2023
1 parent e8506ce commit 111dd43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gtfs-realtime/spec/en/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -634,10 +634,10 @@ A `Modification` message replaces a span of n stop times (`num_stops_replaced`)

The sequence of `new_stops` may be of arbitrary length. For example, 3 stops could be replaced by 2, 4, or 0 stops as the situation may require.

<img src="images/trip_modification.png" width=200px style="display: block; margin-left: auto; margin-right: auto;">
<img src="images/trip_modification.png" width=650px style="display: block; margin-left: auto; margin-right: auto;">
An example showing the effect of a modification on a particular trip. This modification may also be applied to several other trips.

<img src="images/propagated_delay.png" width=200px style="display: block; margin-left: auto; margin-right: auto;">
<img src="images/propagated_delay.png" width=650px style="display: block; margin-left: auto; margin-right: auto;">
Propagated detour delays affect all stops following the end of a modification. If a trip has multiple modifications, the delays are accumulated.


Expand All @@ -656,7 +656,7 @@ Each `ReplacementStop` message acts as a template for generating a new stop time
The `arrival_time` is calculated from a reference stop in the original trip, plus the offset in `travel_time_to_stop`. The `departure_time` always equals the `arrival_time`.
The optional fields of [`stop_times.txt`](https://github.com/google/transit/blob/master/gtfs/spec/en/reference.md#stop_timestxt) in the GTFS-Static specification are all set to their default values.

<img src="images/first_stop_reference.png" width=200px style="display: block; margin-left: auto; margin-right: auto;">
<img src="images/first_stop_reference.png" width=650px style="display: block; margin-left: auto; margin-right: auto;">
If a modification affects the first stop of the trip, that stop also serves as the reference stop of the modification.

**Fields**
Expand Down

0 comments on commit 111dd43

Please sign in to comment.