Changeset 15210


Ignore:
Timestamp:
06/07/13 09:15:42 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor

File:
1 edited

Legend:

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

    r15209 r15210  
    6262        zoom = getfieldvalue(options,'zoom');
    6363else
    64         zoom = ptimalzoom(ullat,ullon,lrlat,lrlon);
     64        zoom = optimalzoom(ullat,ullon,lrlat,lrlon);
    6565        display(['googlemaps info: default zoom level ' num2str(zoom)]);
    6666end
    6767scale   = 1;
    6868maxsize = 640;
    69 bottom  = 120;
     69bottom  = 50;
    7070
    7171%convert all these coordinates to pixels
Note: See TracChangeset for help on using the changeset viewer.