Monday, November 10, 2014

How to automatically insert maps into LaTeX

getmap is a LaTeX package by which you can insert Web maps from different sites: OpenStreetMap, Google Maps and Google Street View are supported.

More info are provided by its documentation on Bitbucket.

As in example (borrowd from the doc):

\getmap[file=dantegm,mode=gm]{Bergheimer Straße 110A, 69115 Heidelberg, Germany}
\includegraphics[width=9cm]{dantegm}
 
 
will produce:
 
same map as before from Google Maps 

 

No comments :