Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- % compile with pdflatex -shell-escape
- \documentclass{article}
- \usepackage[latin1]{inputenc}
- \usepackage{graphicx}
- \usepackage{filecontents}
- % use overwrite while optimizing the image
- \usepackage[overwrite,mode=gm]{getmap}
- \begin{document}
- \begin{filecontents*}{berlin.epl}
- &path=weight:5|color:purple|enc:_xq_IcgrpA?AFE@?^BFE@A^U@CLQXEZU?gCR?B?DBF@@?vA?D?D?BAHE@JBN@JLGFCG[DC~C?@?F?R?vA?p@iB@i@Fe@JWRSTOf@Gh@C^A?e@?gE?w@r@?lB@hA?`@??M?aA?]dI??O?O?Cn@cBfBeF|AeEHNVNBc@H@H_AEwA?OAMNA@N
- \end{filecontents*}
- \getmap[file=berlin, language=de, xsize=400, ysize=600,
- markers={&markers=size:mid|label:H|color:green|Berlin, Hbf
- &markers=label:B|color:blue|Brandenburger Tor, Berlin},
- pathfile={berlin.epl}]{}
- \includegraphics[width=6cm]{berlin}
- \getmap[file=africa,mode=gm,type=terrain,xsize=500,ysize=500,%
- scale=2,zoom=3]{0,16}
- \includegraphics[width=9cm]{africa}
- \getmap[file=paris,mode=gm,type=hybrid,xsize=500,ysize=300,%
- scale=2,zoom=16]{Tour Eiffel, Paris}
- \includegraphics[width=9cm]{paris}
- \getmap[file=indonesia,mode=gm,type=hybrid,xsize=500,ysize=300,%
- scale=2,zoom=14]{Malioboro, Yogyakarta}
- \includegraphics[width=9cm]{indonesia}
- \getmap[file=lampung,mode=gm,type=hybrid,xsize=500,ysize=300,%
- scale=2,zoom=34]{Tugu Payan Mas,Lampung Utara}
- \includegraphics[width=9cm]{lampung}
- \getmap[file=yogyakarta,mode=gm,type=hybrid,xsize=500,ysize=300,%
- scale=2,zoom=50]{Pogung Kidul,Sleman}
- \includegraphics[width=9cm]{yogyakarta}
- \getmap[file=sumatra,mode=gm,type=terrain,xsize=500,ysize=500,%
- scale=2,zoom=5]{sumatra}
- \includegraphics[width=9cm]{sumatra}
- \getmap[file=jawa,mode=gm,type=terrain,xsize=500,ysize=500,%
- scale=2,zoom=5]{sumatra}
- \includegraphics[width=9cm]{jawa}
- \getmap[file=bali,mode=gm,type=terrain,xsize=500,ysize=500,%
- scale=2,zoom=5]{sumatra}
- \includegraphics[width=9cm]{bali}
- \getmap[file=kalimantan,mode=gm,type=terrain,xsize=500,ysize=500,%
- scale=2,zoom=5]{kalimantan}
- \includegraphics[width=9cm]{kalimantan}
- \getmap[file=indonesia,mode=gm,type=terrain,xsize=500,ysize=500,%
- scale=2,zoom=4]{indonesia}
- \includegraphics[width=9cm]{indonesia}
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement