Changeset 15110
- Timestamp:
- 05/26/13 17:22:55 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plot_googleearth.m
r15109 r15110 62 62 [latn, lonn] = pixelstolatlon(ulx + dxn, uly - dyn - bottom/2, zoom); 63 63 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 ')']); 65 65 params = [... 66 66 'center=' position ...
Note:
See TracChangeset
for help on using the changeset viewer.