Changeset 15210
- Timestamp:
- 06/07/13 09:15:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/googlemaps.m
r15209 r15210 62 62 zoom = getfieldvalue(options,'zoom'); 63 63 else 64 zoom = ptimalzoom(ullat,ullon,lrlat,lrlon);64 zoom = optimalzoom(ullat,ullon,lrlat,lrlon); 65 65 display(['googlemaps info: default zoom level ' num2str(zoom)]); 66 66 end 67 67 scale = 1; 68 68 maxsize = 640; 69 bottom = 120;69 bottom = 50; 70 70 71 71 %convert all these coordinates to pixels
Note:
See TracChangeset
for help on using the changeset viewer.