summaryrefslogtreecommitdiff
path: root/navit/navit_shipped.xml
diff options
context:
space:
mode:
authorJohan FitiƩ <jfitie@gmail.com>2017-05-05 10:27:20 +0200
committerStefan Wildemann <metalstrolch@users.noreply.github.com>2017-05-05 10:27:20 +0200
commit566e5dfc2cafb2c184bd3cfeddf1b4138f0bc972 (patch)
tree00a4615c91367bcb2f1d9a89b16a2906c4eab279 /navit/navit_shipped.xml
parent585305d57ce8e1c5a3db978086102604f55cb006 (diff)
downloadnavit-566e5dfc2cafb2c184bd3cfeddf1b4138f0bc972.tar.gz
Add auto zoom toggle to gui_internal (#237)R7466
Add auto zoom toggle to gui_internal * Icons for auto and manual zoom
Diffstat (limited to 'navit/navit_shipped.xml')
-rw-r--r--navit/navit_shipped.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/navit/navit_shipped.xml b/navit/navit_shipped.xml
index b6e6044b0..1be695cba 100644
--- a/navit/navit_shipped.xml
+++ b/navit/navit_shipped.xml
@@ -88,7 +88,9 @@ Navigation</text></img>
<img cond='fullscreen==1' src='gui_leave_fullscreen' onclick='fullscreen=0'><text>Window Mode</text></img>
<img cond='navit.pitch==0' src='gui_map' onclick='navit.pitch=pitch;redraw_map();back_to_map()'><text>3D</text></img>
<img cond='navit.pitch!=0' src='gui_map' onclick='navit.pitch=0;redraw_map();back_to_map()'><text>2D</text></img>
- <a href='#Settings Layers'><img src='gui_layers'><text>Layers</text></img></a>
+ <img cond='navit.autozoom_active==0' src='gui_zoom_auto' onclick='navit.autozoom_active=1;redraw_map();back_to_map()'><text>Auto zoom</text></img>
+ <img cond='navit.autozoom_active==1' src='gui_zoom_manual' onclick='navit.autozoom_active=0;redraw_map();back_to_map()'><text>Manual zoom</text></img>
+ <a href='#Settings Layers'><img src='gui_layers'><text>Layers</text></img></a>
</a>
<a name='Tools'><text>Tools</text>
<img src='gui_actions' onclick='locale()'><text>Show Locale</text></img>