From cb712dc2a9f3d4ce0cf94fded321de4138f063d9 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sun, 15 Mar 2026 22:13:31 +0100 Subject: Remove renfe RT proxying, add Xunta feed, update script --- router-config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'router-config.json') diff --git a/router-config.json b/router-config.json index ff3877e..dcb45b1 100644 --- a/router-config.json +++ b/router-config.json @@ -2,7 +2,12 @@ "updaters": [ { "type": "stop-time-updater", - "url": "http://localhost:5000/proto", + "url": "https://gtfsrt.renfe.com/trip_updates_LD.pb", + "feedId": "renfe" + }, + { + "type": "vehicle-positions", + "url": "https://gtfsrt.renfe.com/vehicle_positions_LD.pb", "feedId": "renfe" } ] -- cgit v1.3