| 1 |
\documentclass{article} |
|---|
| 2 |
\usepackage[T1]{fontenc} |
|---|
| 3 |
\usepackage[latin1]{inputenc} |
|---|
| 4 |
\usepackage[a4paper,margin=2cm]{geometry} |
|---|
| 5 |
\usepackage{pst-map3d} |
|---|
| 6 |
\pagestyle{empty} |
|---|
| 7 |
\newpsstyle{Globe}{circles=true,canada=true} |
|---|
| 8 |
\newpsstyle{night}{fillstyle=solid,fillcolor=black,linecolor=black} |
|---|
| 9 |
|
|---|
| 10 |
\begin{document} |
|---|
| 11 |
|
|---|
| 12 |
\psset{Radius=5,Decran=100,Dobs=100,unit=0.5} |
|---|
| 13 |
\begin{center} |
|---|
| 14 |
\begin{pspicture}(-8,-8)(8,7)) |
|---|
| 15 |
\psframe*(-8,-8)(8,7) |
|---|
| 16 |
\psline[linecolor=white](-10;48.85)(10;48.85) |
|---|
| 17 |
\rput(-10;48.85){\psline[linecolor=white](3,0)\psarc[linecolor=white]{->}(0,0){2}{0}{48.85}\uput[24.4](2;24.4){\white48.85}} |
|---|
| 18 |
\psGlobeTellure[hour=2](2.32,48.85000){Paris} |
|---|
| 19 |
\end{pspicture} |
|---|
| 20 |
\hfill |
|---|
| 21 |
\begin{pspicture}(-8,-8)(8,7) |
|---|
| 22 |
\psframe*(-8,-8)(8,7) |
|---|
| 23 |
\psline[linecolor=white](-10;40.75)(10;40.75) |
|---|
| 24 |
\rput(-10;40.75){\psline[linecolor=white](3,0)\psarc[linecolor=white]{->}(0,0){2}{0}{40.75}\uput[20.37](2;20.37){\white40.75}} |
|---|
| 25 |
\psGlobeTellure[hour=13](-74.0,40.75){New York} |
|---|
| 26 |
\end{pspicture} |
|---|
| 27 |
\end{center} |
|---|
| 28 |
|
|---|
| 29 |
\begin{center} |
|---|
| 30 |
\begin{pspicture}(-8,-8)(8,7) |
|---|
| 31 |
\psframe*(-8,-8)(8,7) |
|---|
| 32 |
\psline[linecolor=white](-10;37.78333)(10;37.78333) |
|---|
| 33 |
\rput(-10;37.78333){\psline(3,0)\psarc[linecolor=white]{->}(0,0){2}{0}{37.7833}\uput[19](2;19){\white37.78}} |
|---|
| 34 |
\psGlobeTellure[hour=11](-122.416666667,37.7833333333){San Francisco} |
|---|
| 35 |
\end{pspicture} |
|---|
| 36 |
\hfill |
|---|
| 37 |
\begin{pspicture}(-8,-8)(8,7) |
|---|
| 38 |
\psframe*(-8,-8)(8,7) |
|---|
| 39 |
\psline[linecolor=white](-10;10.63)(10;10.63) |
|---|
| 40 |
\rput(-10;10.63){\psline[linecolor=white](3,0)\psarc[linecolor=white]{->}(0,0){2}{0}{10.63}\uput[5.8](2;10.63){\white10.63}} |
|---|
| 41 |
\psGlobeTellure[hour=22](-61.5,10.63){Port of Spain} |
|---|
| 42 |
\end{pspicture} |
|---|
| 43 |
\end{center} |
|---|
| 44 |
|
|---|
| 45 |
\begin{center} |
|---|
| 46 |
\begin{pspicture}(-8,-8)(8,7) |
|---|
| 47 |
\psframe*(-8,-8)(8,7) |
|---|
| 48 |
\psline[linecolor=white](-7;90)(7;90) |
|---|
| 49 |
\rput(-7;90){\psline[linecolor=white](3,0)\psarc[linecolor=white]{->}(0,0){2}{0}{90}\uput[19](2;45){\white90}} |
|---|
| 50 |
\psGlobeTellure[hour=11](-120,90){Pôle Nord} |
|---|
| 51 |
\end{pspicture} |
|---|
| 52 |
\hfill |
|---|
| 53 |
\begin{pspicture}(-8,-8)(8,7) |
|---|
| 54 |
\psframe*(-8,-8)(8,7) |
|---|
| 55 |
\psline[linecolor=white](-9;69.55389)(9;69.55389) |
|---|
| 56 |
\rput(-9;69.55389){\psline[linecolor=white](3,0)\psarc[linecolor=white]{->}(0,0){2}{0}{69.55389}\uput[35](2;35){\white69.55389}} |
|---|
| 57 |
\psGlobeTellure[hour=2](31.22694,69.55389){Petchenga} |
|---|
| 58 |
\end{pspicture} |
|---|
| 59 |
\end{center} |
|---|
| 60 |
|
|---|
| 61 |
\end{document} |
|---|
| 62 |
|
|---|
| 63 |
|
|---|