blob: ff8daf21794cc0378b5345cb2deedf5aba093b6b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
The goal of this package is the simplest possible provision of
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.2:
- added support for Google Maps
* 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 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! A getmap package is
available for TeXLive2014+ and MiKTeX!
Manual installation:
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
into $TEXMFLOCAL
Moreover, there are the following usefull make targets:
uninstall deletes the package in $TEXMFOCAL
package only extracts the files
clean cleans all aux files
cleanall cleans all files except the downloaded files
* Windows
In MiKTeX scripts like osmimage.lua must be registered.
This can not be done manually! Please use the package
manager to install getmap.
For TeXLive simply run install.bat! It assumes that you
use a standard installation of TeXLive2014. Otherwise you
must adjust the variables in the first lines of install.bat!
|