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"));