The Journey maps aren't generating. Any Journey imported after Track ID 102 doesn't display a route (possible the Journeys before only display because they're cached prior to a change).
The cause is a logic error in the helper. It treats the second part of the URL (if specified) as a Segment ID when in fact it's a TrackID. So the routes aren't displaying because there is no Segment with that ID.
The Call within the Journey submodule is for the getjourneytrack call. The documentation makes reference to using a Segment ID, so the documentation will need to be updated if a logic change is made to use Tracks (which seems a logical decision). - http://www.vehiclefueltracker.co.uk/developers/index#11:journeysJourneyPathDetails
Think the cause of the break was really different logic being used in VehMan Legacy to list the available charts, however following work on VehManPi it does seem more logical to refer to tracks than segments.
Activity
2013-12-28 19:57:10
2013-12-28 19:57:12
2013-12-28 19:58:32
2013-12-28 20:01:50
Viewing the source of a newer route, the lat/lon points aren't being written into the page (attached).
Suggests a data issue rather than a logic issue.
2013-12-28 20:01:50
2013-12-28 20:06:28
2013-12-28 20:18:23
File is created, but is empty, so for some reason the Journey is coming back blank.
Suggests the helper is failing to retrieve any data
2013-12-28 20:19:16
2013-12-28 20:24:40
The Call within the Journey submodule is for the getjourneytrack call. The documentation makes reference to using a Segment ID, so the documentation will need to be updated if a logic change is made to use Tracks (which seems a logical decision). - http://www.vehiclefueltracker.co.uk/developers/index#11:journeysJourneyPathDetails
2013-12-28 20:31:40
2013-12-28 20:37:12
2013-12-28 21:14:10
2013-12-28 21:14:17
2013-12-28 21:14:17
2013-12-28 21:14:21