Changeset 18600


Ignore:
Timestamp:
10/08/14 14:24:22 (10 years ago)
Author:
Mathieu Morlighem
Message:

BUG: epsg code is a double that needs to be converted to string

File:
1 edited

Legend:

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

    r18558 r18600  
    5454%Get region specific projection parameters
    5555EPSGgoogle = 'EPSG:3785';   % Mercator       http://www.spatialreference.org/ref/epsg/3785/
    56 EPSGlocal  = ['EPSG:' md.mesh.epsg]
     56EPSGlocal  = ['EPSG:' num2str(md.mesh.epsg)];
    5757
    5858%Find optimal zoom
Note: See TracChangeset for help on using the changeset viewer.