X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=index.html.in;h=ada92ffe5182dd1049599516c308a9de0e23d281;hb=86e58607e734a5f8d7720f6c36aa50b043ae40b9;hp=412abf98ac3faab64cd3465028630078ffbbb6c6;hpb=44857b4068cc8e7e02075e88126ebe82ed6ba0b3;p=charm-bypass.git diff --git a/index.html.in b/index.html.in index 412abf9..ada92ff 100644 --- a/index.html.in +++ b/index.html.in @@ -8,7 +8,7 @@ href="data:image/svg+xml;base64,@FAVICON@" /> - CharmBypass: it's transit equity y'all + CharmBypass: got that transit equity @@ -198,13 +198,15 @@ -

Zone:

+

+ Zone: +

+ +

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

@@ -702,7 +711,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, @@ -715,8 +732,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 */