Changeset 191

Show
Ignore:
Timestamp:
04/18/08 14:35:40
Author:
dan
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • scout/trunk/cdl_fixed_point.pl

    r186 r191  
    27012701  if( $bWriteobsKMLFile ) 
    27022702  { 
    2703     my $strXMLPath = '';  
    2704     my $strDate = `date  +%Y-%m-%dT%H-%M-%S`; 
    2705     chomp( $strDate );       
     2703    my $strXMLPath;  
     2704    #my $strDate = `date  +%Y-%m-%dT%H-%M-%S`; 
     2705    #chomp( $strDate );       
    27062706    #$strXMLPath = "../sql/$strPlatformID-$strDate.kml"; 
    2707     $strXMLPath = "$strObsKMLFilePath/$strPlatformID-$strDate.kml"; 
     2707    $strXMLPath = "$strObsKMLFilePath/$strPlatformID_latest.kml"; 
    27082708    print( "XMLFilePath: $strXMLPath\n" ); 
    27092709    obsKMLSubRoutines::BuildKMLFile( \%ObsHash, $strXMLPath );