added gpx2navit
authorbodenseepingu <bodenseepingu@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 5 Jan 2008 18:21:30 +0000 (18:21 +0000)
committerbodenseepingu <bodenseepingu@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 5 Jan 2008 18:21:30 +0000 (18:21 +0000)
commit0db95a8c8324b386d7038056a80e599d193880ae
tree4e2f5a3789caed699004e3826d5289f84de8a081
parent475762da0edd6fc6489a76cc9b8c28b9626b4a63
added gpx2navit

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@718 ffa7fe5e-494d-0410-b361-a75ebd5db220
35 files changed:
navit/src/tools/gpx2navit_txt/AUTHORS [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/COPYING [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/ChangeLog [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/INSTALL [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/Makefile.am [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/NEWS [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/README [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/TODO [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/config.guess [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/config.sub [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/configure.ac [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/depcomp [new file with mode: 0755]
navit/src/tools/gpx2navit_txt/develop/structures.gif [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/install-sh [new file with mode: 0755]
navit/src/tools/gpx2navit_txt/man/Makefile.am [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/man/gpx2navit_txt.1 [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/missing [new file with mode: 0755]
navit/src/tools/gpx2navit_txt/mkinstalldirs [new file with mode: 0755]
navit/src/tools/gpx2navit_txt/pinatest2.gpx [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/src/Makefile.am [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/src/elementControl.c [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/src/emess.h [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/src/errorcode.h [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/src/geod_for.c [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/src/geod_inv.c [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/src/geod_set.c [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/src/geodesic.h [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/src/gpx2navit_txt.h [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/src/main.c [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/src/misc.c [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/src/parser.c [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/src/setmeta.c [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/src/setpath.c [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/src/setwpt.c [new file with mode: 0644]
navit/src/tools/gpx2navit_txt/src/utils.c [new file with mode: 0644]