Changeset 15110


Ignore:
Timestamp:
05/26/13 17:22:55 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/plot/plot_googleearth.m

    r15109 r15110  
    6262                [latn, lonn] = pixelstolatlon(ulx + dxn, uly - dyn - bottom/2, zoom);
    6363                position = [num2str(latn) ',' num2str(lonn)];
    64                 disp([ num2str(x) ' ' num2str(y) ' (' position ')']);
     64                disp(['Google Earth tile: ' num2str(x) '/' num2str(cols-1) ' ' num2str(y) '/' num2str(rows-1) ' (center: ' position ')']);
    6565                params = [...
    6666                        'center=' position ...
Note: See TracChangeset for help on using the changeset viewer.