Changeset 21784
- Timestamp:
- 07/13/17 14:18:30 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/googlemaps.m
r21724 r21784 141 141 elseif md.mesh.epsg==3031, 142 142 [X Y]=ll2xy(LAT,LON,-1,0,71); 143 elseif md.mesh.epsg==4326, 144 X=LON; 145 Y=LAT; 143 146 else 144 147 error('EPSG code not supported yet'); … … 165 168 elseif md.mesh.epsg==3031, 166 169 [X Y]=ll2xy(LAT,LON,-1,0,71); 170 elseif md.mesh.epsg==4326, 171 X=LON; 172 Y=LAT; 167 173 else 168 174 error('EPSG code not supported yet');
Note:
See TracChangeset
for help on using the changeset viewer.