Added a note about PositionSource not resetting the position when we lose the signal
authorMohammed Sameer <msameer@foolab.org>
Sat, 6 Oct 2012 21:01:27 +0000 (00:01 +0300)
committerMohammed Sameer <msameer@foolab.org>
Sat, 6 Oct 2012 21:01:27 +0000 (00:01 +0300)
qml/main.qml

index 3759b2d..2fe92e8 100644 (file)
@@ -68,6 +68,9 @@ PageStackWindow {
         }
 
         PositionSource {
+                // NOTE: The source will not reset the position when we lose the signal.
+                // This shouldn't be a big problem as we are course enough.
+                // If we ever need street level updates then this will be an issue.
                 id: positionSource
                 active: settings.useGps
                 // TODO: we cannot bind to cam.running because camera will stop