Changeset 55

Show
Ignore:
Timestamp:
03/24/08 16:03:10 (10 months ago)
Author:
christophe
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/mp-geo/mp-geo.mp

    r54 r55  
    11%Package mp-geographie 
    22%Auteur:Christophe Poulain 
    3 %Version 0.60 
     3%Version 0.61 
    44%24/03/2008 
    55 
     
    734734  for p=1 upto nblec: 
    735735    pair Coord[],latlon;string p_; 
     736    latlon=scantokens readfrom nomfichiermul; 
    736737    p_=scantokens readfrom nomfichiermul; 
    737     latlon=scantokens readfrom nomfichiermul; 
    738738    if projection="mercator": 
    739739      Coord[p]=mercatorc(ypart(latlon),xpart(latlon)); 
     
    746746    fi; 
    747747    if (projection="mercator") or (projection="cylindrique") or (projection="simple") or (projection="bonne"): 
    748       dotlabel.top(TEX(""&p_&""),Coord[p]); 
     748      dotlabel.scantokens readfrom nomfichiermul(TEX(""&p_&""),Coord[p]); 
    749749    fi; 
    750750  endfor;