X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=index.html.in;h=ab31db2bd5065e9b2b37bba4b3b5a8a28ce12ca1;hb=81b8107ecfaa35cc4d638321ce21df88efbff1b9;hp=ff398ef97ba5c9266fe0d4a889ac7a9f0fc53fcb;hpb=489306d968ab46c28671178dc11311ebf31dae86;p=charm-bypass.git diff --git a/index.html.in b/index.html.in index ff398ef..ab31db2 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,23 +198,17 @@ @SVGDATA@ @@ -709,21 +761,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 */