From 6f4d92c295ce3e70114638d55a2d6104d031b86d Mon Sep 17 00:00:00 2001 From: Caleb Denio Date: Fri, 3 Jul 2026 12:14:23 -0600 Subject: [PATCH] how did that happen --- static/index.html | 2 +- static/js/stations.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/index.html b/static/index.html index c871bd2..ae44e1c 100644 --- a/static/index.html +++ b/static/index.html @@ -273,6 +273,6 @@ - + diff --git a/static/js/stations.js b/static/js/stations.js index db30cf2..b262a30 100644 --- a/static/js/stations.js +++ b/static/js/stations.js @@ -442,8 +442,8 @@ export default [ }, { name: "Vineyard Station", - lat: -111.750248, - lon: 7, + lat: 40.312735, + lon: -111.750248, lines: ["frontrunner"], }, ];