Changeset 191
- Timestamp:
- 04/18/08 14:35:40
- Files:
-
- scout/trunk/cdl_fixed_point.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
scout/trunk/cdl_fixed_point.pl
r186 r191 2701 2701 if( $bWriteobsKMLFile ) 2702 2702 { 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 ); 2706 2706 #$strXMLPath = "../sql/$strPlatformID-$strDate.kml"; 2707 $strXMLPath = "$strObsKMLFilePath/$strPlatformID -$strDate.kml";2707 $strXMLPath = "$strObsKMLFilePath/$strPlatformID_latest.kml"; 2708 2708 print( "XMLFilePath: $strXMLPath\n" ); 2709 2709 obsKMLSubRoutines::BuildKMLFile( \%ObsHash, $strXMLPath );
