Git commit 327251f7f70ac608c0534416f599916f8293a1c6 by Yuri Chornoivan. Committed on 11/12/2013 at 06:16. Pushed by yurchor into branch 'master'.
Uncomment MapQuest item in docs M +6 -4 doc/index.docbook http://commits.kde.org/marble/327251f7f70ac608c0534416f599916f8293a1c6 diff --git a/doc/index.docbook b/doc/index.docbook index 8bb93ac..289bb2f 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -339,16 +339,18 @@ </mediaobject> </screenshot> <para> - 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 + 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 </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>--> + <para>MapQuest: An online router which provides advanced turn-by-turn instructions</para> + <note> + <para>An AppKey is required for MapQuest routing to work. You can register the AppKey <ulink url="http://developer.mapquest.com/web/products/open">here</ulink>.</para> + </note> + </listitem> <listitem> <para>Monav: An offline router that is very fast even when calculating very large routes</para> </listitem>
