e3e91e07770ff533fbe1493095a32a9e19e3161b..288a26c12445d7fb4f4e4d11b760744632058383
2019-06-18 Jacek Kowalski
Use GTFS ID when vehicle license plate is not available
288a26 diff | tree
2019-06-18 Jacek Kowalski
Add tram RF329 - GT8SU
828fdb diff | tree
2 files modified
5 ■■■■■ changed files
lib/mapper.php 4 ●●●● patch | view | raw | blame | history
lib/vehicle_types.php 1 ●●●● patch | view | raw | blame | history
lib/mapper.php
@@ -135,8 +135,8 @@
                $num = $gtfsTrip['num'];
                if(!is_array($data) || !isset($data['num'])) {
                    $data = [
                        'num' => $num ?: '',
                        'low' => 2,
                        'num' => $num ?: $gtfsTrip['id'],
                        'low' => NULL,
                    ];
                } elseif($data['num'] != $num) {
                    // Ignore due to incorrect depot markings in the data
lib/vehicle_types.php
@@ -42,6 +42,7 @@
323    323    RF    GT8N    1
324    324    RF    GT8S    0
325    328    RF    GT8N    1
329    329    RF    GT8SU    1
401    440    HL    EU8N    1
451    456    HK    N8C-NF    0
457    461    HK    N8S-NF    1