From 8cde7c538ea1d0d8aa51bcb3f2482ae4f19713ad Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Mon, 24 Jul 2023 20:57:02 +0000
Subject: [PATCH] Move BH072-095 to BH410-433
---
config.php | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.php b/config.php
index 3b1ce68..44f6fbc 100644
--- a/config.php
+++ b/config.php
@@ -1,7 +1,7 @@
<?php
$sources = [
'bus' => [
- 'gtfsrt' => 'ftp://zdmk.krakow.pl/VehiclePositions_A.pb',
+ 'gtfsrt' => 'http://gtfs.ztp.krakow.pl/VehiclePositions_A.pb',
'gtfsrt_file' => 'VehiclePositions_A.pb',
'ttss' => 'http://ttss.mpk.krakow.pl/internetservice/geoserviceDispatcher/services/vehicleinfo/vehicles',
'ttss_file' => 'vehicles_A.json',
@@ -28,7 +28,7 @@
foreach(['gtfsrt_file', 'ttss_file', 'database', 'result', 'result_vehicles'] as $field) {
$source[$field] = __DIR__.'/data/'.$source[$field];
}
-
+
$source['result_temp'] = $source['result'].'.tmp';
$source['result_vehicles_temp'] = $source['result_vehicles'].'.tmp';
}
--
Gitblit v1.9.1