diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/getmap/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/getmap/README | 40 |
1 files changed, 24 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/latex/getmap/README b/Master/texmf-dist/doc/latex/getmap/README index bd1438fd0b1..ff8daf21794 100644 --- a/Master/texmf-dist/doc/latex/getmap/README +++ b/Master/texmf-dist/doc/latex/getmap/README @@ -1,38 +1,47 @@ The goal of this package is the simplest possible provision of -OpenStreetMap maps. In the simplest case, the specification of -the address is sufficient. The package loads the map using the -\write18 feature, which you must activate to use this package. -The image will be downloaded by an external Lua script. You can -use this script, as well as the attached bash script also from -the command line. +map images (OpenStreetMap and Google Maps are supported). In the +simplest case, the specification of an address is sufficient. +The package loads the map using the \write18 feature, which you +must activate to use this package. The image will be downloaded +by an external Lua script. You can use this script, as well as +the attached bash script also from the command line. License: LPPL -Changes in v1.1: +Changes in v1.2: -- Bugfix: problem in URL with \usepackage[utf8]{inputenc} +- added support for Google Maps - reported by: Ulrike Fischer + * new option mode + * renamed osmimage.lua -> getmapdl.lua + * changed defaults for xsize (600) and file (getmap) + * broader support of satellite and hybrid images + * new map type terrain + * much smaller files for maps + (less details like house numbers) -- added makefile and install.bat - for easy manual installation +- added more examples to the documentation + +- added getmap.cfg to store default key (osm) + + feature request by: Ulrike Fischer INSTALL =========== First of all, install the package with the package manager of -your TeX distribution, if possible. +your TeX distribution, if possible! A getmap package is +available for TeXLive2014+ and MiKTeX! Manual installation: -download getmap.dtx, osmimage.png and -makefile (Linux) or install.bat (Windows) +download getmap.dtx and makefile (Linux) or install.bat (Windows) * Linux simply run make to extract the files and to create the documentation. Run sudo make install to copy the files - in $TEXMFLOCAL + into $TEXMFLOCAL Moreover, there are the following usefull make targets: @@ -40,7 +49,6 @@ makefile (Linux) or install.bat (Windows) package only extracts the files clean cleans all aux files cleanall cleans all files except the downloaded files - and getmap.pdf * Windows |