diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/getmap/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/getmap/README | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/getmap/README b/Master/texmf-dist/doc/latex/getmap/README index ef8f4e64f16..44ed3cfaa67 100644 --- a/Master/texmf-dist/doc/latex/getmap/README +++ b/Master/texmf-dist/doc/latex/getmap/README @@ -8,21 +8,16 @@ use this script also from the command line. License: LPPL -Changes in v1.7: +Changes in v1.8: -- added kml2epl and kml2gps modes to getmapdl.lua +- added support for long routes by the gps2gps mode (getmapdl.lua) - 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. + Long routes might be defined by several thousands of way points. + Encoding these into a encoded polyline would hugely exceed the + URL length limit of 2048 bytes. The gps2gps mode allows you to + reduce the number of gps coordinates based on a given bound. - getmapdl -m kml2epl -K file.kml - - 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 +- added multi route support for gps2epl mode - updated documentation |