Ignore:
Timestamp:
05/29/13 15:35:24 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: moved plot_googleearth.m to plot_googlemaps.m

File:
1 edited

Legend:

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

    r15109 r15146  
    157157
    158158%Figure out if this is a semi-transparent plot.
    159 if exist(options,'googleearth'),
    160         plot_googleearth(md,data,options,nlines,ncols,i);
     159if exist(options,'googlemaps'),
     160        plot_googlemaps(md,data,options,nlines,ncols,i);
    161161        return;
    162162end
Note: See TracChangeset for help on using the changeset viewer.