Changeset 721:4c17f5132562


Ignore:
Timestamp:
06/18/08 21:17:24 (2 years ago)
Author:
Howard Butler <hobu.inc@…>
Branch:
default
Convert:
svn:1766ff46-f334-0410-ab20-d63176f87757/trunk@789
Message:

don't mangle stuff if we don't have any proj4 string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/lasheader.cpp

    r720 r721  
    708708    // proj4 string. 
    709709    ClearGeoKeyVLRs(); 
     710     
     711    if (GetProj4().empty()) return; 
    710712 
    711713    ret = GTIFSetFromProj4(gt, GetProj4().c_str()); 
Note: See TracChangeset for help on using the changeset viewer.