Changeset 18600
- Timestamp:
- 10/08/14 14:24:22 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/googlemaps.m
r18558 r18600 54 54 %Get region specific projection parameters 55 55 EPSGgoogle = 'EPSG:3785'; % Mercator http://www.spatialreference.org/ref/epsg/3785/ 56 EPSGlocal = ['EPSG:' md.mesh.epsg]56 EPSGlocal = ['EPSG:' num2str(md.mesh.epsg)]; 57 57 58 58 %Find optimal zoom
Note:
See TracChangeset
for help on using the changeset viewer.