Changeset 21724
- Timestamp:
- 05/19/17 14:08:40 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/googlemaps.m
r20070 r21724 133 133 %If not gdal, exit 134 134 if status~=0, 135 disp(result); 135 136 disp('googlemaps info: gdal not found or not working properly, the Google image will not be transformed'); 136 137 [gX gY]=meshgrid(ulx:ulx+size(final,2)-1,uly:-1:uly-size(final,1)+1); … … 155 156 %If previous command failed, exit 156 157 if ~isempty(strfind(result,'ERROR')), 158 disp(result); 157 159 disp(' ');disp('googlemaps info: gdal not working properly (missing proj.4 library?), Google image will not be transformed'); 158 160 disp(result);
Note:
See TracChangeset
for help on using the changeset viewer.