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

NEW: added 'googleearth' option, works for Greenland only for now

File:
1 edited

Legend:

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

    r14400 r15109  
    157157
    158158%Figure out if this is a semi-transparent plot.
     159if exist(options,'googleearth'),
     160        plot_googleearth(md,data,options,nlines,ncols,i);
     161        return;
     162end
     163
     164%Figure out if this is a semi-transparent plot.
    159165if exist(options,'gridded'),
    160166        plot_gridded(md,data,options,nlines,ncols,i);
Note: See TracChangeset for help on using the changeset viewer.