summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/getmap/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/getmap/README')
-rw-r--r--Master/texmf-dist/doc/latex/getmap/README13
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/getmap/README b/Master/texmf-dist/doc/latex/getmap/README
index a11a0068849..c3ce117374a 100644
--- a/Master/texmf-dist/doc/latex/getmap/README
+++ b/Master/texmf-dist/doc/latex/getmap/README
@@ -8,13 +8,16 @@ use this script also from the command line.
License: LPPL
-Changes in v1.5:
+Changes in v1.6:
-- added gpx2gps bash file
+- added gpx2epl, gps2epl and gpx2gps modes to getmapdl.lua
- transforms a gpx file (exported route) into a plain list
- of geographical coordinates (latitude,longitude) to create
- an encoded polyline (route) for the map
+ parses gpx and gps files and outputs gps or epl (encoded
+ polylines) to STDOUT, e.g:
+
+ getmapdl -m gpx2epl -G myroute.gpx >myroute.epl
+
+- removed gpx2gps bash file
- updated documentation