Changeset 194
- Timestamp:
- 04/18/08 15:23:52
- Files:
-
- scout/trunk/cdl_fixed_point.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
scout/trunk/cdl_fixed_point.pl
r191 r194 2704 2704 #my $strDate = `date +%Y-%m-%dT%H-%M-%S`; 2705 2705 #chomp( $strDate ); 2706 #$strXMLPath = "../sql/$strPlatformID-$strDate.kml";2707 $strXMLPath = "$strObsKMLFilePath/$strPlatformID_latest.kml";2706 $strXMLPath = "$strObsKMLFilePath/$this_station_id"; 2707 $strXMLPath = $strXMLPath . '_latest.kml'; 2708 2708 print( "XMLFilePath: $strXMLPath\n" ); 2709 2709 obsKMLSubRoutines::BuildKMLFile( \%ObsHash, $strXMLPath );
