Changeset 26744 for issm/trunk/src/m/plot/googlemaps.m
- Timestamp:
- 12/22/21 10:39:44 (4 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk ¶
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 25837-25866,25868-25993,25995-26330,26332-26733,26736-26739,26741
- Property svn:mergeinfo changed
-
issm/trunk/src ¶
- Property svn:mergeinfo changed
-
TabularUnified issm/trunk/src/m/plot/googlemaps.m ¶
r25836 r26744 175 175 delete('temp.png'); 176 176 177 %If not gdal, exit177 %If not GDAL, exit 178 178 if status~=0, 179 179 disp(result); 180 disp('googlemaps info: gdalnot found or not working properly, the Google image will not be transformed');180 disp('googlemaps info: GDAL not found or not working properly, the Google image will not be transformed'); 181 181 [gX gY]=meshgrid(ulx:ulx+size(final,2)-1,uly:-1:uly-size(final,1)+1); 182 182 [LAT LON]=pixelstolatlon(gX,gY, zoom); … … 204 204 if ~isempty(strfind(result,'ERROR')), 205 205 disp(result); 206 disp(' ');disp('googlemaps info: gdal not working properly (missing proj.4 library?), Google image will not be transformed');206 disp(' ');disp('googlemaps info: GDAL not working properly (missing PROJ.4 library?), Google image will not be transformed'); 207 207 disp(result); 208 208 [gX gY]=meshgrid(ulx:ulx+size(final,2)-1,uly:-1:uly-size(final,1)+1);
Note:
See TracChangeset
for help on using the changeset viewer.