summaryrefslogtreecommitdiff
path: root/gpsd.php.in
Commit message (Collapse)AuthorAgeFilesLines
* Fixes a couple of minor gpsd.php issues.Fred Wright2016-12-231-5/+5
| | | | | | | | | | | | | | | | | | 1) This excludes satellites with zero azimuth and elevation from the skyview display. This is mainly for receivers (e.g. Navika-100) which fail to report az/el for SBAS satellites, avoiding displaying them erroneously at the top. There was already a filtering condition to exclude satellites with az, el, and SNR all 0; this simply removes the SNR portion of the condition. 2) The default skyview orientation is now the downward-facing "map view". In spite of the name, GPS skyviews pretty much always use this orientation rather than the upward-facing view suggested by the name (the former snarky comment on the parameter notwithstanding). TESTED: Viewed the page simultaneously with xgps with "bad" SBAS entries present, and verified consistent behavior.
* Improve wording while reporting Fix TypeSanjeev2016-12-181-1/+4
|
* Update gpsd.php with correct definitions of GPS PRNsSanjeev Gupta2015-04-081-8/+19
| | | | Please use canonical definitions, in gps.h
* Add some generation warnings.Eric S. Raymond2013-11-241-0/+2
|
* Changed to Google Maps API v3, requires no API key, and shorter code,Sanjeev Gupta2013-01-141-28/+25
|
* gpsd.php: Increase the delays before reading GPSd's answer.Beat Bolli2012-04-121-1/+2
| | | | | | This was needed on my Intel Atom server to prevent a stuck PHP script. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* gpsd.php: Fix OpenStreetMaps map display.Beat Bolli2012-04-121-21/+9
| | | | | | | | | It looks like a lot more defaults can be used to show a meaningful map. The Layer.OSM.Osmarender object was undefined. See http://openlayers.org/dev/examples/osm.html for a basic OSM example. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Fix a mistyped variable name in gpsd.php.inBeat Bolli2011-10-271-1/+1
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Fix function name in gpsd.php.inBeat Bolli2011-10-261-1/+1
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Get gpsd.php running again, thanks to Romain GobinetGary E. Miller2011-10-121-1/+3
| | | | the usleep() is prolly too ugly to stand, but required for me.
* Add Open Steet Map support to gpsd.php.Eric S. Raymond2011-10-021-10/+58
| | | | | Showed up as a patch on Berlios from 'petschge', 2011-Jan-07 14:38. Found while cleaning up after the move to Savannah.
* Factor out or remove URLs. No code changes yet except in gpsd.php (now .in).Eric S. Raymond2011-10-011-0/+596
This was the easy part. Remaining removals will require more decisions.