Add:Core:Added some samples for the new osds
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Wed, 17 Dec 2008 19:41:16 +0000 (19:41 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Wed, 17 Dec 2008 19:41:16 +0000 (19:41 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1828 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/navit.xml

index 0e4edfe..fa133f3 100644 (file)
         <!-- osd items allow to position display and control items directly on top of the map: -->
         <osd enabled="no" type="compass"/>
         <osd enabled="no" type="eta"/> 
+        <osd enabled="no" type="navigation_distance_to_target"/> 
         <osd enabled="no" type="navigation"/> 
+        <osd enabled="no" type="navigation_item_draw"/> 
+        <osd enabled="no" type="navigation_distance_to_next"/> 
+        <osd enabled="no" type="navigation_next_turn"/> 
 
         <!-- Commands include gui_internal_menu, gui_internal_fullscreen, zoom_in and zoom_out.
              Usage of negative values change the button origins. x="0" y="0" specifies the top left, x="-0" y="-0" the bottom right corner.