summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan FitiƩ <jfitie@gmail.com>2017-05-30 15:24:44 +0200
committerGitHub <noreply@github.com>2017-05-30 15:24:44 +0200
commite011a38eab59cda6d0468f7b071f1af7a9d5fb25 (patch)
treea1025cf4927b95ef360c579754294dc9cfbca778
parent73fa9004e7b393aba7c47dfb2ddf8201f0173b4f (diff)
downloadnavit-e011a38eab59cda6d0468f7b071f1af7a9d5fb25.tar.gz
Add Zoom to route button to Route section in menu
-rw-r--r--navit/navit_shipped.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/navit_shipped.xml b/navit/navit_shipped.xml
index d3785c645..1006b5a97 100644
--- a/navit/navit_shipped.xml
+++ b/navit/navit_shipped.xml
@@ -97,6 +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_maps' onclick='zoom_to_route()'><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>