Repo: PHP-GPX-Ingest Commit: 68b717f63e90542808953633c85c98e34a527032 Author: B Tasker <github@<Domain Hidden>> Date: Mon Jul 03 09:17:39 2017 +0100 Commit Message: GPXIN-31 Ensure journey->related->routes is initialised correctly (from #19) to prevent WARNING level entries Test case is fairly simple: <?php error_reporting(E_ALL); ini_set('display_errors','On'); require 'src/GPXIngest/GPXIngest.php'; $gpx = new GPXIngest\GPXIngest; $gpx->loadFile('gpx-ingest-pb.gpx'); Where gpx-ingest-pb is a GPX file that makes use of rte points (see #19 for an example) Modified (-)(+) ------- src/GPXIngest/GPXIngest.php
<?php error_reporting(E_ALL); ini_set('display_errors','On'); require 'src/GPXIngest/GPXIngest.php'; $gpx = new GPXIngest\GPXIngest; $gpx->loadFile('gpx-ingest-pb.gpx');
GitHub-Hookshot/18889e1
Activity
2017-07-02 12:18:15
2017-07-03 09:25:30
Webhook User-Agent
View Commit
2017-07-03 09:27:29
2017-07-03 09:27:39
2017-07-03 09:27:53
2017-07-03 09:27:53
2017-07-03 09:28:16