Changeset 15146 for issm/trunk-jpl/src/m/plot/plot_manager.m
- Timestamp:
- 05/29/13 15:35:24 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plot_manager.m
r15109 r15146 157 157 158 158 %Figure out if this is a semi-transparent plot. 159 if exist(options,'google earth'),160 plot_google earth(md,data,options,nlines,ncols,i);159 if exist(options,'googlemaps'), 160 plot_googlemaps(md,data,options,nlines,ncols,i); 161 161 return; 162 162 end
Note:
See TracChangeset
for help on using the changeset viewer.