Index: /issm/trunk-jpl/src/m/plot/plot_googleearth.m
===================================================================
--- /issm/trunk-jpl/src/m/plot/plot_googleearth.m	(revision 15109)
+++ /issm/trunk-jpl/src/m/plot/plot_googleearth.m	(revision 15110)
@@ -62,5 +62,5 @@
 		[latn, lonn] = pixelstolatlon(ulx + dxn, uly - dyn - bottom/2, zoom);
 		position = [num2str(latn) ',' num2str(lonn)];
-		disp([ num2str(x) ' ' num2str(y) ' (' position ')']);
+		disp(['Google Earth tile: ' num2str(x) '/' num2str(cols-1) ' ' num2str(y) '/' num2str(rows-1) ' (center: ' position ')']);
 		params = [...
 			'center=' position ...
