Git commit 9ecb2800c68c9e0ef630ed3bf0d788603e87748c by Yuri Chornoivan. Committed on 07/12/2013 at 13:36. Pushed by yurchor into branch 'master'.
Add a description of the new shortcut, remove MapQuest routing M +15 -3 doc/index.docbook M +- -- doc/routing-6.png http://commits.kde.org/marble/9ecb2800c68c9e0ef630ed3bf0d788603e87748c diff --git a/doc/index.docbook b/doc/index.docbook index b8672f3..8bb93ac 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -339,15 +339,16 @@ </mediaobject> </screenshot> <para> - The left side lets you configure which routing backends are queried for routes. Seven or more backends are supported by &marble;, some working online and the other ones working offline. Online routing requires an Internet connection to query a route. Offline routing works without an Internet connection, but requires you to download and install offline routing maps in advance. The supported routing backends are + The left side lets you configure which routing backends are queried for routes. Six or more backends are supported by &marble;, some working online and the other ones working offline. Online routing requires an Internet connection to query a route. Offline routing works without an Internet connection, but requires you to download and install offline routing maps in advance. The supported routing backends are </para> <itemizedlist> <listitem> <para>Gosmore: An offline router that also serves as the backend for the Yours online router</para> </listitem> + <!-- Excluded due to the new terms of use <listitem> <para>Mapquest: An online router which provides advanced turn-by-turn instructions</para> - </listitem> + </listitem>--> <listitem> <para>Monav: An offline router that is very fast even when calculating very large routes</para> </listitem> @@ -748,7 +749,18 @@ If a GPS device is connected with your computer, &marble; displays longitude and <guimenu>Settings</guimenu> <guisubmenu>Panels</guisubmenu> </menuchoice></term> - <listitem><para><action>Toggle</action> the display of the &marble; panels.</para></listitem> + <listitem><para><action>Toggle</action> the display of the &marble; panels.</para> + <tip> + <para> + You can make &marble; hide all panels or show them by selecting the + <menuchoice> + <guimenu>Settings</guimenu> + <guisubmenu>Panels</guisubmenu> + <guimenuitem>Hide All Panels/Show All Panels</guimenuitem> + </menuchoice> menu item or pressing <keycap>F9</keycap> key on your keyboard. + </para> + </tip> + </listitem> </varlistentry> <varlistentry> <term><menuchoice> diff --git a/doc/routing-6.png b/doc/routing-6.png index 336df99..3f4a397 100644 Binary files a/doc/routing-6.png and b/doc/routing-6.png differ
