summaryrefslogtreecommitdiff
path: root/contrib/webgps.py
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: Update license's to be more consistent. No functional changes.Gary E. Miller2018-11-191-0/+3
* Update version to 3.19-dev. back to dev cycle.dev-3.19aGary E. Miller2018-10-191-1/+1
* Chnage version to 3.18.1release-3.18.1Gary E. Miller2018-10-191-1/+1
* 3.19!dev: Change revisions for 3.19~dev cycle.Gary E. Miller2018-10-021-1/+1
* Version bump to 3.18 for release.release-3.18Gary E. Miller2018-10-021-1/+1
* Python clients: Opps 3.18~dev, not 3.18-dev.Gary E. Miller2018-10-011-1/+1
* webgps.py: Add gpsd version check. Fix crash bug.Gary E. Miller2018-09-211-5/+11
* webgps.py: pep8 cleanup.Gary E. Miller2018-07-261-0/+1
* contrib/webgps: isnan() -> isfinite()Gary E. Miller2018-07-141-6/+6
* webgps.py: fix for PEP8Gary E. Miller2018-06-201-21/+39
* Excludes unknown-position sats from skyview displays.Fred Wright2016-09-221-1/+4
* Fixes contrib/webgps.py for Python 3.Fred Wright2016-04-161-14/+22
* Remove unneeded imports from webgps.pySanjeev Gupta2015-04-281-1/+1
* webgps.py: add documentationBeat Bolli2013-10-221-5/+34
* webgps.py: simplify command line handlingBeat Bolli2013-10-221-7/+4
* webgps.py: move the track drawing into class TrackBeat Bolli2013-10-221-8/+6
* webgps.py: fix errors when period is NoneBeat Bolli2013-10-221-5/+8
* webgps.py: set self.needsupdate correctlyBeat Bolli2013-10-221-3/+3
* webgps.py: fix import error when running directly from contrib/Beat Bolli2013-10-221-1/+5
* webgps.py: use the HTML5 <canvas> instead of SVGBeat Bolli2011-03-061-140/+192
* Add a Python port of Jason Hecker's webgps.pyBeat Bolli2011-01-051-0/+275