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/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