summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan FitiƩ <jfitie@gmail.com>2017-05-30 19:01:48 +0200
committerGitHub <noreply@github.com>2017-05-30 19:01:48 +0200
commit524aa23bc7aed3f7a31f5d45b16c1325c5594da0 (patch)
tree12f97fa315f33a6c804d330eadeae353c7ce25ec
parentf2f8eaade53dc1ecad6a15bceda1fcecabd0fc40 (diff)
downloadnavit-524aa23bc7aed3f7a31f5d45b16c1325c5594da0.tar.gz
Update command
-rw-r--r--navit/navit_shipped.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/navit_shipped.xml b/navit/navit_shipped.xml
index 590edbb85..2573f396b 100644
--- a/navit/navit_shipped.xml
+++ b/navit/navit_shipped.xml
@@ -97,7 +97,7 @@ Navigation</text></img>
<img src='gui_tools' onclick='network_info()'><text>Network info</text></img>
</a>
<a name='Route'><text>Route</text>
- <img src='gui_zoom_route' onclick='zoom_to_route()'><text>Zoom to route</text></img>
+ <img src='gui_zoom_route' onclick='navit.zoom_to_route();redraw_map();back_to_map()'><text>Zoom to route</text></img>
<img src='gui_actions' onclick='route_description()'><text>Description</text></img>
<img src='gui_heightprofile' onclick='route_height_profile()'><text>Height Profile</text></img>
<img cond='navit.waypoints_flag &amp;&amp; (navit.route.route_status&amp;1)' src='cursor_still' onclick='waypoints()'><text>Waypoints</text></img>