summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/getmap/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-09-20 22:21:35 +0000
committerKarl Berry <karl@freefriends.org>2014-09-20 22:21:35 +0000
commita48e022ccd9615eca46bbd4f4cde16f641296eb5 (patch)
treebf8591c233b6a788fbc05dfe9e355e18a73a6b37 /Master/texmf-dist/doc/latex/getmap/README
parentc07e5a280f52071859d7adf4f9b84ecd9eeaead2 (diff)
getmap (20sep14)
git-svn-id: svn://tug.org/texlive/trunk@35218 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/getmap/README')
-rw-r--r--Master/texmf-dist/doc/latex/getmap/README17
1 files changed, 11 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/getmap/README b/Master/texmf-dist/doc/latex/getmap/README
index c3ce117374a..ef8f4e64f16 100644
--- a/Master/texmf-dist/doc/latex/getmap/README
+++ b/Master/texmf-dist/doc/latex/getmap/README
@@ -8,16 +8,21 @@ use this script also from the command line.
License: LPPL
-Changes in v1.6:
+Changes in v1.7:
-- added gpx2epl, gps2epl and gpx2gps modes to getmapdl.lua
+- added kml2epl and kml2gps modes to getmapdl.lua
- parses gpx and gps files and outputs gps or epl (encoded
- polylines) to STDOUT, e.g:
+ Google's *new* version of 'My Maps' allows the definition of
+ markers, routes and arbitrary lines on different layers and
+ export of all of these into kml files.
- getmapdl -m gpx2epl -G myroute.gpx >myroute.epl
+ getmapdl -m kml2epl -K file.kml
-- removed gpx2gps bash file
+ will parse the file and output the geographical coordinates of
+ defined places and the routes and lines as encoded polylines
+
+- added multi track support for gpx2epl and gpx2gps modes;
+ revised gps2epl mode
- updated documentation