summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pst-geo/examples/Africa.tex
blob: 06a5d0bcafb54d0832598ebfdb5951138dd866b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
\documentclass[a4paper]{article}
\usepackage{pst-geo}
\usepackage[T1]{fontenc}
\usepackage{lmodern,fancyvrb}
\begin{document}



\begin{Verbatim}[gobble=0,frame=single]
\definecolor{ocean}{rgb}{0.5,0.8,0.8}
\psset{unit=3,path=../dataII}
\begin{pspicture*}(-1.5,-2.5)(3.5,2.5)%
    \WorldMapII[Europe=false,Africa,level=50,path=../data]
\end{pspicture*}
\end{Verbatim}

{\psset{unit=2}
\psframebox{%
\begin{pspicture*}(-1.5,-2.5)(3.5,2.5)%
    \WorldMapII[Europe=false,Africa,level=50,maillage=false,path=../data]
\end{pspicture*}
}}



{\psset{unit=2.2,mapCountry=Africa}
\begin{pspicture*}(-1.5,-2.5)(3.5,2.5)
  \WorldMap[rivers=false,maillage=true,borders=false,path=../data,linewidth=0,level=5]
  \WorldMapII[level=50,Africa,maillage=false,borders,path=../data]
  \tiny\input{data/capitals}
\end{pspicture*}
}
\begin{Verbatim}[gobble=0,frame=single]
{\psset{unit=2.2,mapCountry=Africa}
\begin{pspicture*}(-1.5,-2.5)(3.5,2.5)
  \WorldMap[rivers=false,maillage=true,borders=false,path=../data,linewidth=0,level=5]
  \WorldMapII[level=50,Africa,maillage=false,borders,path=../data]
  \tiny\input{data/capitals}
\end{pspicture*}
}
\end{Verbatim}
\newpage

\psset{mapCountry=Africa}
\begin{pspicture*}(-7,-7)(7,7)
\psset{PHI=0,THETA=20,Decran=18,Dobs=15}
\WorldMapThreeD[circlesep=10,gridmapwidth=.2pt,borders,
  all,cities,rivers,path=../data]
%\WorldMapThreeDII[cities,Africa,coasts,path=../data]
\tiny\input{data/capitals3d}
\end{pspicture*}

\begin{Verbatim}[gobble=0,frame=single]
\psset{mapCountry=Africa}
\begin{pspicture*}(-7,-7)(7,7)
\psset{PHI=0,THETA=20,Decran=18,Dobs=15}
\WorldMapThreeD[circlesep=10,gridmapwidth=.2pt,borders,
  all,cities,rivers,path=../data]
%\WorldMapThreeDII[cities,Africa,coasts,path=../data]
\tiny\input{data/capitals3d}
\end{pspicture*}
\end{Verbatim}

\newpage

\psset{mapCountry=Africa}
\begin{pspicture*}(-7,-7)(7,7)
\psset{PHI=0,THETA=20,Decran=18,Dobs=15}
%\WorldMapThreeD[circlesep=10,gridmapwidth=.2pt,borders,
%  all,cities,rivers,path=../data]
\WorldMapThreeDII[cities,Africa,coasts,borders,path=../data]
\tiny\input{data/capitals3d}
\end{pspicture*}

\begin{Verbatim}[gobble=0,frame=single]
\psset{mapCountry=Africa}
\begin{pspicture*}(-7,-7)(7,7)
\psset{PHI=0,THETA=20,Decran=18,Dobs=15}
%\WorldMapThreeD[circlesep=10,gridmapwidth=.2pt,borders,
%  all,cities,rivers,path=../data]
\WorldMapThreeDII[cities,Africa,coasts,borders,path=../data]
\tiny\input{data/capitals3d}
\end{pspicture*}
\end{Verbatim}
\end{document}