\documentclass[a4paper]{article} \usepackage{pstricks-add,pst-map3d} \pagestyle{empty} \begin{document} \psset{path=../data} \newpsstyle{night}{fillstyle=solid,linestyle=none} \newpsstyle{Globe}{circles=true,canada=true,mapcolor=gray!20,oceancolor=white} \psset{Radius=5,Decran=100,Dobs=100,unit=0.5} \begin{pspicture}(-8,-8)(8,8) \psframe(-8,-8)(8,8) \psline(-10;10.63)(10;10.63) \rput(-10;10.63){\psline(3,0)\psarc{->}(0,0){2}{0}{10.63}\uput[5.8](2;10.63){10.63}} \psGlobeTellure[hour=13](-61.5,10.63){Port of Spain} \end{pspicture} \end{document}