From eecc66f142ac6e3517624db982f3583e4857d6f7 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 1 Nov 2023 22:11:47 -0400 Subject: [PATCH] index.html.in: add a few more MARC Train zone mappings --- index.html.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html.in b/index.html.in index 2dd939f..f6094fa 100644 --- a/index.html.in +++ b/index.html.in @@ -534,9 +534,14 @@ /* Sorted on the first component, then the second */ const zone_map = { BAL_BWE: 2, + BAL_BWI: 1, BAL_SEB: 3, BAL_WAS: 4, + BAL_WBL: 1, BCA_CPK_: 3, + BCA_WAS_: 4, + BWI_BWE: 1, + BWI_WAS: 3, BWI_WBL: 1 }; -- 2.43.2