|
Revision 57, 492 bytes
(checked in by jms, 8 months ago)
|
Réinjection des exemples et des datas dans des répertoires.
|
| Line | |
|---|
| 1 |
\documentclass{article} |
|---|
| 2 |
\usepackage{pstricks-add,pst-map3d} |
|---|
| 3 |
\begin{document} |
|---|
| 4 |
\begin{center} |
|---|
| 5 |
\begin{pspicture}(-5,-5)(5,5) |
|---|
| 6 |
\psset{Radius=5,RotX=-23,RotZ=30,PHI=46.5833,THETA=0.3333,visibility=false} |
|---|
| 7 |
\WorldMapThreeD[circles=false,blueEarth=false] |
|---|
| 8 |
\WorldMapThreeD[circles=false,visibility=true,opacity=0.7,mapcolor=orange!60] |
|---|
| 9 |
\psmeridien[visibility=true]{0.333}\psparallel[visibility=true]{46.5833} |
|---|
| 10 |
\mapputIIID(0.3333,46.5833){Poitiers} |
|---|
| 11 |
\end{pspicture} |
|---|
| 12 |
\end{center} |
|---|
| 13 |
\end{document} |
|---|