From b41a443c0d92114c1ca1e59bb2c978629a08142d Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Tue, 23 Jul 2019 20:59:16 +0000
Subject: [PATCH] Remove "tram2" source from config.php (no longer available)

---
 config.php |   13 +------------
 1 files changed, 1 insertions(+), 12 deletions(-)

diff --git a/config.php b/config.php
index 7dd7aff..8cad859 100644
--- a/config.php
+++ b/config.php
@@ -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