Changeset 194

Show
Ignore:
Timestamp:
04/18/08 15:23:52
Author:
dan
Message:

--

Files:

Legend:

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

    r191 r194  
    27042704    #my $strDate = `date  +%Y-%m-%dT%H-%M-%S`; 
    27052705    #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'
    27082708    print( "XMLFilePath: $strXMLPath\n" ); 
    27092709    obsKMLSubRoutines::BuildKMLFile( \%ObsHash, $strXMLPath );