Changeset 55
- Timestamp:
- 03/24/08 16:03:10 (10 months ago)
- Files:
-
- trunk/mp-geo/mp-geo.mp (modified) (3 diffs)
- trunk/mp-geo/villesFrance.dat (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/mp-geo/mp-geo.mp
r54 r55 1 1 %Package mp-geographie 2 2 %Auteur:Christophe Poulain 3 %Version 0.6 03 %Version 0.61 4 4 %24/03/2008 5 5 … … 734 734 for p=1 upto nblec: 735 735 pair Coord[],latlon;string p_; 736 latlon=scantokens readfrom nomfichiermul; 736 737 p_=scantokens readfrom nomfichiermul; 737 latlon=scantokens readfrom nomfichiermul;738 738 if projection="mercator": 739 739 Coord[p]=mercatorc(ypart(latlon),xpart(latlon)); … … 746 746 fi; 747 747 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]); 749 749 fi; 750 750 endfor;
