summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/getmap/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-08-18 22:31:15 +0000
committerKarl Berry <karl@freefriends.org>2014-08-18 22:31:15 +0000
commit0970cba8aa8e3b29c31184e9861f8dda14c08cc9 (patch)
treef0f965f40482b71a41d2a58636ab2b3e474e167d /Master/texmf-dist/doc/latex/getmap/README
parent9422fc520291ceb7eb36aaacb2b97c08bdb02c9e (diff)
getmap (18aug14)
git-svn-id: svn://tug.org/texlive/trunk@34970 c570f23f-e606-0410-a88d-b1316a301751
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