Johann Woelper 8 роки тому
батько
коміт
f3706620d8
1 змінених файлів з 1 додано та 0 видалено
  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"));