summaryrefslogtreecommitdiff
path: root/navit/tools/gpx2navit_txt/README
diff options
context:
space:
mode:
Diffstat (limited to 'navit/tools/gpx2navit_txt/README')
-rw-r--r--navit/tools/gpx2navit_txt/README18
1 files changed, 9 insertions, 9 deletions
diff --git a/navit/tools/gpx2navit_txt/README b/navit/tools/gpx2navit_txt/README
index ecb3f995f..d353cb50e 100644
--- a/navit/tools/gpx2navit_txt/README
+++ b/navit/tools/gpx2navit_txt/README
@@ -1,14 +1,14 @@
==============
gpx2navit_txt README
==============
-bodenseepingu
+bodenseepingu
4/01/2008
What's This
===========
gpx2navit_txt is a converter from GPX file to Navit Text map format
-For gpx2navit_txt was the original code from gpx2shp used and modified.
+For gpx2navit_txt was the original code from gpx2shp used and modified.
This is a output of Metro Manila Transit Map Project by JOCV (Japan
Overseas Cooperation Volunteers) program of JICA (Japan International
Cooperation Agency in 2004. It is provided you on GPL2.
@@ -28,7 +28,7 @@ Please try to convert a sample file "pinatest2.gpx" in this archive.
prompt> gpx2navit_txt pinatest2.gpx
prompt> ls
- pinatest2.gpx (source gpx)
+ pinatest2.gpx (source gpx)
pinatest2_meta.txt (meta data may be there)
You can convert only a certain type of data like only waypoint or
@@ -42,7 +42,7 @@ track point using option '-w' (waypoint), '-t' (trackpoint) or '-r'
you can convert it other ways using option '-p'(convert as point) and
'-e' (as edge). The edge file has '_edg' in the filename and the point
file has '_pnt' in the filename.
-
+
prompt> gpx2navit_txt -p -e pinatest2.gpx
- Statistics
@@ -87,14 +87,14 @@ try a example below.
- Length and time units
You can choose any length related units that are supported by proj4
-for attribute table using
- '--length-unit' (for length column, default: m),
- '--time-unit' (for time column, default: sec),
+for attribute table using
+ '--length-unit' (for length column, default: m),
+ '--time-unit' (for time column, default: sec),
'--speed-length-unit' (for speed column, default: km),
'--speed-time-unit' (for speed column, default: hour) and
'--length-ellipsoid' (for length calculation, default: UGS84).
- You can see the supported units by 'geod -lu' and 'geod -le' command.
- Supported time unit are 'sec', 'min', 'hour' and 'day'.
+ You can see the supported units by 'geod -lu' and 'geod -le' command.
+ Supported time unit are 'sec', 'min', 'hour' and 'day'.
- Other futures
There are other futures in gpx2navit_txt. Please check the option list using