Summary: | Marble should notify the user that it is routing | ||
---|---|---|---|
Product: | [Applications] marble | Reporter: | Thomas Kamps <progger1986> |
Component: | general | Assignee: | marble-bugs |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | nienhueser |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | 0.10 (KDE 4.5) | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Thomas Kamps
2010-05-10 17:40:10 UTC
There's a progress indicator when an existing route is being modified: The route is painted dotted. It doesn't cover everything though, especially not the download triggered by the Get Directions button. Failures should be more explicit as well, right. SVN commit 1125135 by nienhueser: Use a progress indicator in the Get Directions button to indicate when a route is being downloaded in the background. CCBUG: 237122 M +24 -2 RoutingWidget.cpp M +3 -0 RoutingWidget.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1125135 SVN commit 1125136 by nienhueser: When retrieving no data (e.g. server timeout), display a "please try again" message. Also display a warning if ors reports an error that is not attached to any route point (usually happens when ways are not connected). CCBUG: 237122 M +9 -0 RoutingManager.cpp M +7 -0 RoutingModel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1125136 SVN commit 1125137 by nienhueser: Suppress error message display in the map when the route is marked dirty. They are outdated and may confuse the user. BUG: 237122 M +1 -1 RoutingLayer.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1125137 |