From 70eb2b38830c4074b057dc7acd6fd8e05882d95f Mon Sep 17 00:00:00 2001 From: Caleb Denio Date: Fri, 10 Apr 2026 12:18:15 -0600 Subject: [PATCH] MVX!!! --- static/js/main.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/js/main.js b/static/js/main.js index e20e9db..42e38a4 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -52,6 +52,8 @@ protobuf.load("/schema.proto").then((root) => { return "OGX"; } else if (route.id == "3686") { return "UVX"; + } else if (route.id == "87711") { + return "MVX"; } else if (route.type == RouteType.BUS) { return "#" + route.shortName; } else { @@ -125,7 +127,7 @@ protobuf.load("/schema.proto").then((root) => { className: "", html: `
{ }), }) .addTo( - ["92235", "3686"].includes(vehicle.route.id) + ["92235", "3686", "87711"].includes(vehicle.route.id) ? brtLayer : vehicle.route.type == RouteType.TRAM ? traxLayer