I am trying to write a FORTRAN program to create KML files to open with Google Earth. When I use standard output to a create KML file, the text output begins in the second column. Google Earth requires that the first line of the KML file begin in the first column or it returns an error. How to I make the outputted file begin in the first column so that Google Earth will read the file?
Thanks in advance!
Thanks in advance!