X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=index.html.in;h=ce22f37a7eb472ed16ccb76893392dc82b182713;hb=HEAD;hp=72a03a37e096f4128152cba329d3040ce4bdacd7;hpb=9de0fca47d13ab90119b227c04a35ff1e83d8114;p=charm-bypass.git diff --git a/index.html.in b/index.html.in index 72a03a3..ce22f37 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,7 @@ -

Zone:

+

+ Zone: +

+ +

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

@@ -293,7 +294,7 @@ Daily security code (optional): - +
- +
- +
- +
- + +
+
+ + +
+
+ + +
+
+ +
- +
- +
- +

Destination:

- +
- +
- +
- +
- + +
+
+ + +
+
+ + +
+
+ +
- +
- +
- +

OK

@@ -702,21 +745,47 @@ */ 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, + BAL_HAE: 1, + BAL_NCR: 3, BAL_SEB: 3, BAL_WAS: 4, BAL_WBL: 1, BCA_CPK: 3, BCA_WAS: 4, BWE_BWI: 1, + BWE_HAE: 1, + BWE_NCR: 1, BWE_SEB: 1, BWE_WAS: 2, BWE_WBL: 2, + BWI_HAE: 1, + BWI_NCR: 2, + BWI_SEB: 2, BWI_WAS: 3, - BWI_WBL: 1 + BWI_WBL: 1, + FRC_WAS: 4, + HAE_NCR: 2, + HAE_SEB: 2, + HAE_WAS: 3, + HAE_WBL: 1, + NCR_SEB: 1, + NCR_WAS: 1, + NCR_WBL: 3, + SEB_WAS: 1, + SEB_WBL: 3, + WAS_WBL: 4 }; /* Forward direction key for zone_map */