Ignore:
Timestamp:
02/10/11 09:37:42 (14 years ago)
Author:
jschierm
Message:

kml: added latsgn parameter and converted to using lat/long rather than x/y.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/kml/kml_mesh_write.m

    r7346 r7418  
    6969if isempty(md.lat)  || ((numel(md.lat) == 1)  && isnan(md.lat)) || ...
    7070   isempty(md.long) || ((numel(md.long) == 1) && isnan(md.long))
    71     if     ~exist('latsgn')
     71    if     ~exist('latsgn','var')
    7272        error(['Missing ''latsgn'' parameter to calculate missing lat/long data.']);
    7373    elseif (abs(latsgn) ~= 1)
Note: See TracChangeset for help on using the changeset viewer.