[Marble-commits] KDE/kdeedu/marble/src/plugins/runner
Dennis Nienhüser
earthwings at gentoo.org
Sat Aug 28 11:55:42 CEST 2010
SVN commit 1169062 by nienhueser:
Add a runner plugin for monav, an offline router which uses contraction hierarchies to speed up calculation of large routes.
Disabled in CMakeLists.txt for now as it requires a custom shell client not yet available for download.
M +5 -0 CMakeLists.txt
A monav (directory)
A monav/CMakeLists.txt
A monav/MonavPlugin.cpp [License: LGPL]
A monav/MonavPlugin.h [License: LGPL]
A monav/MonavRunner.cpp [License: LGPL]
A monav/MonavRunner.h [License: LGPL]
--- trunk/KDE/kdeedu/marble/src/plugins/runner/CMakeLists.txt #1169061:1169062
@@ -9,6 +9,11 @@
add_subdirectory( gosmore )
add_subdirectory( openrouteservice )
add_subdirectory( routino )
+
# traveling-salesman works, but it is quite slow (tested version 1.0.3-RC1)
#add_subdirectory( traveling-salesman )
+
+# monav works, but you need a custom shell client
+#add_subdirectory( monav )
+
add_subdirectory( yours )
More information about the Marble-commits
mailing list