From f02d4c8c224a21c3a06088193ef6bf25f579a796 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 3 Nov 2023 13:25:55 -0400 Subject: [PATCH] index.html.in: add a few more (origin,destination) => zone mappings --- index.html.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html.in b/index.html.in index 5ab6776..2a1bf70 100644 --- a/index.html.in +++ b/index.html.in @@ -694,7 +694,10 @@ BAL_WBL: 1, BCA_CPK_: 3, BCA_WAS_: 4, - BWI_BWE: 1, + BWE_BWI: 1, + BWE_SEB: 1, + BWE_WAS: 2, + BWE_WBL: 2, BWI_WAS: 3, BWI_WBL: 1 }; -- 2.43.2