Minor gate ID mapping corrections

This commit is contained in:
Zachary Weiss
2024-03-31 17:31:00 -04:00
parent d008c95aa0
commit 23c8c23051

View File

@@ -161,7 +161,7 @@ typedef struct {
const char* name; const char* name;
} IdMapping; } IdMapping;
// this should be a complete accounting of types, // this should be a complete accounting of types, (1 and 7 day pass types maybe missing?)
static const IdMapping charliecard_types[] = { static const IdMapping charliecard_types[] = {
// Regular card types // Regular card types
{.id = 367, .name = "Adult"}, {.id = 367, .name = "Adult"},
@@ -402,9 +402,7 @@ static const IdMapping charliecard_fare_gate_ids[] = {
{.id = 6647, .name = "Malden Center"}, {.id = 6647, .name = "Malden Center"},
{.id = 6648, .name = "Malden Center"}, {.id = 6648, .name = "Malden Center"},
// Chinatown // Chinatown
{.id = 6704, {.id = 6704, .name = "Chinatown"},
.name =
"Malden Center"}, // Entry error? Placed after "Chinatown" divider, but with name Malden Center
{.id = 6705, .name = "Chinatown"}, {.id = 6705, .name = "Chinatown"},
{.id = 2099, .name = "Chinatown"}, {.id = 2099, .name = "Chinatown"},
{.id = 7003, .name = "Chinatown"}, {.id = 7003, .name = "Chinatown"},
@@ -485,7 +483,7 @@ static const IdMapping charliecard_fare_gate_ids[] = {
{.id = 7016, .name = "Forest Hills"}, {.id = 7016, .name = "Forest Hills"},
{.id = 6950, .name = "Forest Hills"}, {.id = 6950, .name = "Forest Hills"},
{.id = 6951, .name = "Forest Hills"}, {.id = 6951, .name = "Forest Hills"},
{.id = 604, .name = "Forest Hills"}, // Entry error? {.id = 604, .name = "Forest Hills"},
{.id = 7096, .name = "Forest Hills"}, {.id = 7096, .name = "Forest Hills"},
// South Station // South Station
{.id = 7039, .name = "South Station"}, {.id = 7039, .name = "South Station"},