diff options
author | horwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2005-12-13 08:47:17 +0000 |
---|---|---|
committer | horwitz <horwitz@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2005-12-13 08:47:17 +0000 |
commit | 85ea199c443350a39cd1e2da9ff4a4e4bbd6ce6f (patch) | |
tree | 484ab0cf3230ec61ebf0fbb78eef5acc18e9934d /README | |
parent | 667aea75f1a49804b652b2c8019378ae6d4f2c53 (diff) | |
download | navit-85ea199c443350a39cd1e2da9ff4a4e4bbd6ce6f.tar.gz |
Document how to use GPS
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@31 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -40,6 +40,16 @@ export MAP_DATA=<path to where the map has been unshielded>/DIRMAP_MAP/DIE.map move smp4.smp from DIE.map to a higher directory, since it currently crashes the program. + +GPS Support: +============ + +Navit read the current vehicle possition either directly from a file with + export GPSDATA=file:filename +or from gpsd with + export GPSDATA=gpsd://host[:port] + + Subdirectories: =============== |