diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2020-02-26 18:43:34 +0100 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2020-02-26 18:43:34 +0100 |
commit | d7f251e51fffa1714ed103a877dd506115f10340 (patch) | |
tree | cc084f50f5f4a8525866bc5d0dca87fd9fa6d056 /lib | |
parent | 3c897ad62aa556b75216ad042631dbe3ff7ed06a (diff) |
public user status: show polyline if available1.15.4
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/Travelynx/Controller/Traveling.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Travelynx/Controller/Traveling.pm b/lib/Travelynx/Controller/Traveling.pm index 37fad09..fb84f6b 100755 --- a/lib/Travelynx/Controller/Traveling.pm +++ b/lib/Travelynx/Controller/Traveling.pm @@ -71,6 +71,7 @@ sub user_status { journey_id => $candidate->{id}, verbose => 1, with_datetime => 1, + with_polyline => 1, ); } } |