gps support implemented in qml
[pywienerlinien] / qml / StationSheet.qml
index 49c22f8..6e58e76 100644 (file)
@@ -138,6 +138,7 @@ Sheet {
         realtimeResult.gline = stationSheet.currentLine
         realtimeResult.gstation = stationSheet.currentStation
         realtimeResult.gdirection = stationSheet.currentDirection
+        realtimeResult.isStation = false
 
         realtimeResult.sourceUrl = itip.get_directions_url(stationSheet.currentLine, stationSheet.currentDirection, stationSheet.currentStation)
         console.log('url to get: ' + realtimeResult.sourceUrl)