I read https://tex.stackexchange.com/a/183138/46023
and I ask myself, whether it is possible to get a 'debunked' map like this
but maybe with country-names, by using the getmap-package:
Maybe through color reversal or something?
Note: In Google gm or gsv mode it does nothing for me, in no (manual) example. There's something in the manual about request restrictions, maybe it has something to do with it.
But the osm-mode works.
% arara: pdflatex: { shell : yes }
\documentclass[varwidth, margin=2pt]{standalone}
\usepackage{graphicx, xcolor}
\usepackage[overwrite=true]{getmap}
\begin{document}
\getmap[
file=theworld,
%mode=osm, % Default
%type=map, % Default
%xsize=900, % ?
%ysize=400, % ?
%scale=2, % ?
zoom=3, % ?
]{World}
\includegraphics[width=9cm]{theworld}
\end{document}

