\documentclass[a4paper]{article} \usepackage{pstricks-add,pst-map3d} \pagestyle{empty} \begin{document} \psset{path=../data} \newpsstyle{Globe}{circles=true,canada=true} \newpsstyle{night}{fillstyle=solid,fillcolor=black,opacity=0.8} \psset{Radius=5,Decran=100,Dobs=100,unit=0.6} \begin{pspicture}(-7,-7)(7,7) \psframe(-7,-7)(7,7) \psline(-10;48.85)(10;48.85) \rput(-10;48.85){\psline(3,0)\psarc{->}(0,0){2}{0}{48.85}\uput[24.4](2;24.4){48.85}} \psGlobeTellure[hour=2](2.32,48.85000){Paris} \end{pspicture} \end{document}