[pstricks] geographical longitude and latitude

Herbert Voss Herbert.Voss at fu-berlin.de
Thu Oct 11 22:56:55 CEST 2007


Doris Wagner schrieb:
>> hope this helps
>>
> thanks herbert... yes and no: I'd like to have the earth -- or a sphere 
> -- also. So I tried to combine your code with pst-map2d or pst-geo, but 
> I couldn't find the docu (ok... I spent some minutes on searching docu 
> and didn't find something and now I don't have enough time to go on 
> searching...)

with pst-geo you can use

\documentclass[a4paper]{article}
\usepackage{pst-map2dII}
\pagestyle{empty}

\begin{document}

\psset{path=.,europe}% put the example into the data dir

\psframebox{%  with the coordinates of Berlin
\begin{pspicture*}[showgrid=true](-7,-27)(7,-15)
  \psset{unit=9,type=8,latitude0=52.5,longitude0=13.18,level=50,europe}
  \WorldMapII[linewidth=0.75\pslinewidth,limiteL=190,borders=true]
\end{pspicture*}
}


\end{document}




More information about the PSTricks mailing list