Fix Gps issues
Remove hard code for not plotting GPS channels and change height of GPS parameter to 0 so it won't plot
UPDATE Parameters SET height=0 WHERE param IN ('GNSS elevation', 'GNSS latitude', 'GNSS longitude');
Fix bug in DB about reftek GPS evelation.
UPDATE Channels SET param= GNSS elevation WHERE channel='Elevation';
This bug doesn't effect the behavior of SOHView because GPS info are collected separately and doesn't depend on DB.
Edited by Lan Dam
Merge request reports
Activity
Filter activity
assigned to @ldam
requested review from @kienle
removed review request for @kienle
requested review from @kienle
removed review request for @kienle
requested review from @kienle
added 5 commits
-
14ba43a6...5f3c7e8e - 4 commits from branch
master
- 9bec51d9 - Merge branch 'master' into gps_issues
-
14ba43a6...5f3c7e8e - 4 commits from branch
mentioned in commit 493aaceb
Please register or sign in to reply