| 1 |
\documentclass{article} |
|---|
| 2 |
\usepackage{pst-map3d} |
|---|
| 3 |
\begin{document} |
|---|
| 4 |
\psset{Radius=5,RotX=-23,RotZ=30,PHI=49.483333,THETA=0.1} |
|---|
| 5 |
\begin{pspicture}(-7,-7)(7,7) |
|---|
| 6 |
\psframe*(-7,-7)(7,7) |
|---|
| 7 |
\WorldMapThreeD[circlesep=1,usa=true,mexico=true] |
|---|
| 8 |
\psmeridien{0.1} |
|---|
| 9 |
\psparallel{49.483} |
|---|
| 10 |
\pnodeMapIIID(0.100000,49.483333){LeHavre} |
|---|
| 11 |
\psdot[linecolor=red,dotsize=2mm](LeHavre) |
|---|
| 12 |
\psdot(LeHavre) |
|---|
| 13 |
\mapputIIID(-17.4333333333,14.6666666667){Dakar}[Senegal] |
|---|
| 14 |
\pnodeMapIIID(23.733333,37.966667){Athenes} |
|---|
| 15 |
\mapputIIID(23.733333,37.966667){Athenes} |
|---|
| 16 |
\uput[u](LeHavre){\psframebox*[fillstyle=solid,fillcolor=yellow,framesep=0]{\textsf{Le Havre}}} |
|---|
| 17 |
\end{pspicture} |
|---|
| 18 |
|
|---|
| 19 |
\psset{Radius=5,PHI=55.766667,THETA=37.616667} |
|---|
| 20 |
\begin{pspicture}(-7,-7)(7,7) |
|---|
| 21 |
\WorldMapThreeD[circlesep=1] |
|---|
| 22 |
\psmeridien{37.616667} |
|---|
| 23 |
\psparallel{55.766667} |
|---|
| 24 |
\psmeridien[meridiencolor=green]{2.32} |
|---|
| 25 |
\psparallel[parallelcolor=green]{48.85000} |
|---|
| 26 |
\mapputIIID(2.32,48.85000){Paris} |
|---|
| 27 |
\mapputIIID(37.616667,55.766667){Moscow} |
|---|
| 28 |
|
|---|
| 29 |
|
|---|
| 30 |
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 |
\mapputIIID(23.733333,37.966667){Athenes} |
|---|
| 34 |
|
|---|
| 35 |
\end{pspicture} |
|---|
| 36 |
\end{document} |
|---|