From e3097c80ddd36361a72c807ff0d304a03dc8f9bf Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Mon, 21 Oct 2019 23:06:28 +0000 Subject: [PATCH] Update GT8N vehicles list (RF312, RF314, RF315) --- config.php | 15 ++------------- 1 files changed, 2 insertions(+), 13 deletions(-) diff --git a/config.php b/config.php index 7dd7aff..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', @@ -23,18 +23,7 @@ 'mapper' => $tramTypes, 'prefix' => 't', ], - 'tram2' => [ - 'gtfsrt' => 'ftp://ztp.krakow.pl/VehiclePositions.pb', - 'gtfsrt_file' => 'VehiclePositions_T.pb', - 'ttss' => 'http://www.ttss.krakow.pl/internetservice/geoserviceDispatcher/services/vehicleinfo/vehicles', - 'ttss_file' => 'vehicles_T.json', - 'database' => 'mapping_T.sqlite3', - 'result' => 'mapping_T.json', - 'result_vehicles' => 'vehicles_T.html', - 'mapper' => $tramTypes, - 'prefix' => 't', - ], -]; +]; foreach($sources as $name => &$source) { foreach(['gtfsrt_file', 'ttss_file', 'database', 'result', 'result_vehicles'] as $field) { -- Gitblit v1.9.1