I am using this piece of code
\documentclass{article}
\usepackage{pst-map2d}
\begin{document}
{\psset{xunit=0.5, yunit =0.5}
\begin{pspicture}*(-9,-9)(10 ,9)
\WorldMap[maillage = false]
\end{pspicture}}
\end{document}
to generate a simple map; however, when compiling an error regarding GLP Ghostscript says:
Unrecoverable error, exit code 1.
I tried to run the shown code on both PC and MAC but it seems the compilers need extra seetings, or I am not aware of something. Currently, I compile this using LaTeX->DVIPS->PS2PDF.
