X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=index.html.in;h=a9bbb5a6491ccbe570d6b72522c90c690e85d80b;hb=d7a32c7176c942311bebcef13aad8e13b7809489;hp=a68c273f33bf60bb8153367e759df80935d51e14;hpb=082b9d36c04a0efab9e298d780b6b3aa1782a431;p=charm-bypass.git diff --git a/index.html.in b/index.html.in index a68c273..a9bbb5a 100644 --- a/index.html.in +++ b/index.html.in @@ -8,7 +8,7 @@ href="data:image/svg+xml;base64,@FAVICON@" /> - CharmBypass: that transit equity y'all + CharmBypass: got that transit equity @@ -198,13 +198,20 @@

- - Zone: + Zone:

+ +

+ + On the MTA's PDF schedule for your route +

@@ -705,7 +716,15 @@ */ function compute_marc_zone(src, dest) { - /* Sorted on the first component, then the second */ + /* Sorted on the first component, then the second. + * + * Key: + * + * $6.00 => 1 + * $7.00 => 2 + * $8.00 => 3 + * $9.00 => 4 + */ const zone_map = { BAL_BWE: 2, BAL_BWI: 1, @@ -718,8 +737,12 @@ BWE_SEB: 1, BWE_WAS: 2, BWE_WBL: 2, + BWI_SEB: 2, BWI_WAS: 3, - BWI_WBL: 1 + BWI_WBL: 1, + SEB_WAS: 1, + SEB_WBL: 3, + WAS_WBL: 4 }; /* Forward direction key for zone_map */