Changeset 15


Ignore:
Timestamp:
07/25/07 22:27:40 (6 years ago)
Author:
saua
Message:

add newline for nicer formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bbtracker/trunk/src/org/bbtracker/mobile/exporter/KmlTrackExporter.java

    r7 r15  
    6262                                } 
    6363                        } 
    64                         w.write("\t\t\t</coordinates>\n\t\t</LineString>\n\t</Placemark>\n</Document>\n</kml>"); 
     64                        w.write("\n\t\t\t</coordinates>\n\t\t</LineString>\n\t</Placemark>\n</Document>\n</kml>"); 
    6565                } finally { 
    6666                        if (w != null) { 
Note: See TracChangeset for help on using the changeset viewer.