From acdfe9e7d9486a613d4a1633b189f3f501ae6d09 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Sat, 14 Sep 2019 21:40:51 +0000 Subject: [PATCH] Change type of RF317 from GT8S to GT8N --- config.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config.php b/config.php index 8cad859..2746b59 100644 --- a/config.php +++ b/config.php @@ -15,7 +15,7 @@ 'tram' => [ 'gtfsrt' => 'ftp://ztp.krakow.pl/VehiclePositions_T.pb', 'gtfsrt_file' => 'VehiclePositions_T.pb', - 'ttss' => 'http://www.ttss.krakow.pl/internetservice/geoserviceDispatcher/services/vehicleinfo/vehicles', + 'ttss' => 'http://www.ttss.krakow.pl/internetservice/geoserviceDispatcher/services/vehicleinfo/vehicles?positionType=CORRECTED', 'ttss_file' => 'vehicles_T.json', 'database' => 'mapping_T.sqlite3', 'result' => 'mapping_T.json', -- Gitblit v1.9.1