[Marble-commits] KDE/kdeedu/marble/src

Dennis Nienhüser earthwings at gentoo.org
Wed Jul 28 22:11:41 CEST 2010


SVN commit 1156275 by nienhueser:

Show alternative routes in the map, order them in the drop down box by score (rudimentary only considering whether instructions are there atm), filter similar routes with lower score (similar = deviation to other route < 0.2 of the total length), start working on a semantic description of routes (deactivated for now).
Add coordinates from reverse geocoding requests to runner signals to distinguish results (needed to reduce the total number of runner managers in the future).
Provide nominatim reverse geocoding result also in a more structured way to be able to separate address details.

 M  +2 -0      lib/CMakeLists.txt  
 M  +2 -2      lib/MarbleAbstractRunner.cpp  
 M  +1 -1      lib/MarbleAbstractRunner.h  
 M  +9 -9      lib/MarbleRunnerManager.cpp  
 M  +2 -2      lib/MarbleRunnerManager.h  
 M  +1 -1      lib/RunnerTask.cpp  
 A             lib/routing/AlternativeRoutesModel.cpp   [License: UNKNOWN]
 A             lib/routing/AlternativeRoutesModel.h   [License: LGPL]
 A             lib/routing/RouteAnnotator.cpp   [License: UNKNOWN]
 A             lib/routing/RouteAnnotator.h   [License: LGPL]
 M  +3 -3      lib/routing/RoutingInputWidget.cpp  
 M  +1 -1      lib/routing/RoutingInputWidget.h  
 M  +74 -2     lib/routing/RoutingLayer.cpp  
 M  +13 -1     lib/routing/RoutingLayer.h  
 M  +12 -0     lib/routing/RoutingManager.cpp  
 M  +7 -0      lib/routing/RoutingManager.h  
 M  +16 -13    lib/routing/RoutingWidget.cpp  
 M  +3 -3      lib/routing/RoutingWidget.h  
 M  +27 -1     plugins/runner/nominatim/OsmNominatimRunner.cpp  
 M  +3 -0      plugins/runner/nominatim/OsmNominatimRunner.h  


http://websvn.kde.org/?view=rev&revision=1156275


More information about the Marble-commits mailing list