summaryrefslogtreecommitdiff
path: root/gpsd.php.in
Commit message (Collapse)AuthorAgeFilesLines
* 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.