Show
Ignore:
Timestamp:
03/09/08 11:38:18 (10 months ago)
Author:
manuel
Message:

Zones de fracture et linéations magnétiques

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pst-map3d/pst-map3d.tex

    r26 r27  
    7474\definecolor{terre}{rgb}{0.99,0.95,0.7} 
    7575\definecolor{mer}{rgb}{0.5,0.8,0.8} 
     76\definecolor{darkblue}{cmyk}{1,1,0,0.7} 
    7677 
    7778\define@key[psset]{pst-map3d}{mapcolor}{% 
     
    103104\psset[pst-map3d]{wfraczoncolor=red} 
    104105 
     106\define@key[psset]{pst-map3d}{wmaglincolor}{% 
     107\pst@getcolor{#1}\pswmaglincolor} 
     108\psset[pst-map3d]{wmaglincolor=darkblue} 
     109 
    105110\define@key[psset]{pst-map3d}{ridgecolor}{% 
    106111\pst@getcolor{#1}\psridgecolor} 
     
    145150\def\psset@wfraczonwidth#1{\pssetlength\pswfraczonwidth{#1}} 
    146151\psset@wfraczonwidth{.8pt} 
     152 
     153\newdimen\pswmaglinwidth 
     154\def\psset@wmaglinwidth#1{\pssetlength\pswmaglinwidth{#1}} 
     155\psset@wmaglinwidth{.8pt} 
    147156 
    148157\newdimen\psridgewidth 
     
    219228\define@key[psset]{pst-map3d}{ridge}[true]{\@nameuse{Pst@WorldMap@ridge#1}} 
    220229\psset{ridge=false} 
     230% 
     231\newif\ifPst@WorldMap@maglin 
     232\define@key[psset]{pst-map3d}{wmaglin}[true]{\@nameuse{Pst@WorldMap@maglin#1}} 
     233\psset{wmaglin=false} 
    221234% 
    222235\newif\ifPst@WorldMap@circles 
     
    252265  /rivercolor  {\pst@usecolor\psrivercolor currentrgbcolor} def 
    253266  /wfraczoncolor {\pst@usecolor\pswfraczoncolor currentrgbcolor} def 
     267  /wmaglincolor {\pst@usecolor\pswmaglincolor currentrgbcolor} def 
    254268  /ridgecolor {\pst@usecolor\psridgecolor currentrgbcolor} def 
    255269  /transfrmcolor {\pst@usecolor\pstransfrmcolor currentrgbcolor} def 
     
    262276  /coastwidth {\pst@number\pscoastwidth SLW} def 
    263277  /wfraczonwidth {\pst@number\pswfraczonwidth SLW} def 
     278  /wmaglinwidth {\pst@number\pswmaglinwidth SLW} def 
    264279  /ridgewidth {\pst@number\psridgewidth SLW} def 
    265280  /longitude_meridien \psk@WorldMap@longitudeMeridien\space def 
     
    469484  wfraczoncolor 
    470485  wfraczonwidth 
     486   stroke}forall 
     487\fi 
     488% 
     489\ifPst@WorldMap@maglin 
     490  (\psk@WorldMap@Path/wmaglin.dat) run 
     491GrandCercle 
     492clip 
     493wmaglin dup /REGION exch def 
     494CompteurRegions 
     495{CalculsPointsRegion 
     496  wmaglincolor 
     497  wmaglinwidth 
    471498   stroke}forall 
    472499\fi