Skip to content

Commit

Permalink
Merge pull request #217 from cal-itp/fix/faq-report-copy
Browse files Browse the repository at this point in the history
Fix/faq report copy
  • Loading branch information
acouch authored Jan 19, 2023
2 parents 12d4fae + efa4d9f commit 6656077
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/faqs.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<p class="lead">
Need help interpreting your GTFS quality data reports or have a question
that you need answered pronto? Check for your question here or send it
to us at <a href="mailto:hello@calitp.com">hello@calitp.com</a>.
to us at <a href="mailto:hello@calitp.org">hello@calitp.org</a>.
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion templates/report.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</div>

{% if has_rt_feed %}
This feed includes GTFS-Realtime (GTFS-RT). Realtime data contributes to a better rider experience by letting riders know exactly when their bus or train is coming, as well as detour and trip cancellation info. It also enables Cal-ITP to support transit agencies with analyses such as our California Transit Speed Maps, viewable by clicking the button [above]. Certain feeds may include RT data but not have a speed map available. To generate a speed map, we require GTFS-RT Vehicle Positions data that matches the rest of the GTFS feed. Additionally, we don't currently generate speed maps for rail service. Please contact us at <a href="mailto:[email protected]">[email protected]</a> with any questions about GTFS-RT data or suggestions for analysis products.
This feed includes GTFS-Realtime (GTFS-RT). Realtime data contributes to a better rider experience by letting riders know exactly when their bus or train is coming, as well as detour and trip cancellation info. It also enables Cal-ITP to support transit agencies with analyses such as our California Transit Speed Maps, viewable by clicking the button above. Certain feeds may include RT data but not have a speed map available. To generate a speed map, we require GTFS-RT Vehicle Positions data that matches the rest of the GTFS feed. Additionally, we don't currently generate speed maps for rail service. Please contact us at <a href="mailto:[email protected]">[email protected]</a> with any questions about GTFS-RT data or suggestions for analysis products.
{% else %}
This feed doesn't seem to include GTFS-Realtime (GTFS-RT). Realtime data contributes to a better rider experience by letting riders know exactly when their bus or train is coming, as well as detour and trip cancellation info. It also enables Cal-ITP to support transit agencies with useful analysis tools. Please contact us at <a href="mailto:[email protected]">[email protected]</a> for guidance on how to offer a GTFS-RT feed, or let us know if you're already publishing one that we aren't aware of.
{% endif %}
Expand Down

0 comments on commit 6656077

Please sign in to comment.