[Marble-devel] [marble] src/plugins/runner: Deactivate MapQuest routing.

Dennis Nienhüser earthwings at gentoo.org
Sat Dec 7 12:41:12 UTC 2013


Git commit 2eef0ca51b2405e31ce95ebe433e3b5a48d726df by Dennis Nienhüser.
Committed on 07/12/2013 at 12:37.
Pushed by nienhueser into branch 'master'.

Deactivate MapQuest routing.

As of 2013-07-15 (or rather in effect around 2013-12-01) MapQuest
requires an API key, and has this nice section in their terms of usage:
"You are responsible for maintaining the confidentiality of your
Credentials and for any usage or abuse of the MapQuest Services or
MapQuest Content by anyone using your Credentials."
(from http://developer.mapquest.com/web/info/terms-of-use)

CCMAIL: marble-devel at kde.org

M  +9    -1    src/plugins/runner/CMakeLists.txt

http://commits.kde.org/marble/2eef0ca51b2405e31ce95ebe433e3b5a48d726df

diff --git a/src/plugins/runner/CMakeLists.txt b/src/plugins/runner/CMakeLists.txt
index caad610..ed0b5b8 100644
--- a/src/plugins/runner/CMakeLists.txt
+++ b/src/plugins/runner/CMakeLists.txt
@@ -9,7 +9,15 @@ add_subdirectory( gosmore-reversegeocoding )
 
 # Routing
 add_subdirectory( gosmore-routing )
-add_subdirectory( mapquest )
+
+# As of 2013-07-15 (or rather in effect around 2013-12-01) MapQuest requires an API key,
+# and has this nice section in their terms of usage: "You are responsible for maintaining
+# the confidentiality of your Credentials and for any usage or abuse of the MapQuest
+# Services or MapQuest Content by anyone using your Credentials."
+# (from http://developer.mapquest.com/web/info/terms-of-use)
+# Good bye, MapQuest
+# add_subdirectory( mapquest )
+
 add_subdirectory( monav )
 add_subdirectory( openrouteservice )
 add_subdirectory( open-source-routing-machine )


More information about the Marble-devel mailing list