Johann Woelper 8 gadi atpakaļ
vecāks
revīzija
f3706620d8
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/main.rs

+ 1 - 0
src/main.rs

@@ -55,6 +55,7 @@ impl Track {
 
     fn to_xml(&self) {
 
+        //gpx > trk > trkseg > trkpt
         let mut writer = Writer::new(Cursor::new(Vec::new()));
         let mut elem = BytesStart::owned(b"trkpt".to_vec(), "trkpt".len());
         elem.push_attribute(("lat", "13"));