Ignore:
Timestamp:
05/19/17 14:08:40 (8 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added error message output

File:
1 edited

Legend:

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

    r20070 r21724  
    133133%If not gdal, exit
    134134if status~=0,
     135        disp(result);
    135136        disp('googlemaps info: gdal not found or not working properly, the Google image will not be transformed');
    136137        [gX gY]=meshgrid(ulx:ulx+size(final,2)-1,uly:-1:uly-size(final,1)+1);
     
    155156%If previous command failed, exit
    156157if ~isempty(strfind(result,'ERROR')),
     158        disp(result);
    157159        disp(' ');disp('googlemaps info: gdal not working properly (missing proj.4 library?), Google image will not be transformed');
    158160        disp(result);
Note: See TracChangeset for help on using the changeset viewer.