gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] [PATCH 2/3] Update PRNMAX to include


From: Sanjeev Gupta
Subject: [gpsd-dev] [PATCH 2/3] Update PRNMAX to include
Date: Tue, 7 Apr 2015 16:12:05 +0800

---
 xgps      | 2 +-
 xgpsspeed | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xgps b/xgps
index 4f8fa10..78e667f 100755
--- a/xgps
+++ b/xgps
@@ -88,7 +88,7 @@ class SkyView(gtk.DrawingArea):
     # See <http://faq.pygtk.org/index.py?req=show&file=faq18.008.htp>
     HORIZON_PAD = 40    # How much whitespace to leave around horizon
     SAT_RADIUS = 5      # Diameter of satellite circle
-    GPS_PRNMAX = 32     # Above this number are SBAS satellites
+    GPS_PRNMAX = 64     # Above this number are SBAS satellites
 
     def __init__(self):
         gtk.DrawingArea.__init__(self)
diff --git a/xgpsspeed b/xgpsspeed
index d708edc..6f10239 100755
--- a/xgpsspeed
+++ b/xgpsspeed
@@ -220,7 +220,7 @@ class LandSpeedometer(Speedometer):
 
 class NauticalSpeedometer(Speedometer):
     HEADING_SAT_GAP = 0.8
-    GPS_PRNMAX = 32  # Above this number are SBAS satellites
+    GPS_PRNMAX = 64  # Above this number are SBAS satellites
     SAT_SIZE = 10  # radius of the satellite circle in skyview
 
     def __init__(self, speed_unit=None, maxspeed=100):
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]