OSDN Git Service

green:
[importpicture/importpicture.git] / importPicture / src / osm / jp / gpx / ElementMapTRKSEG.java
index 404581a..154b16d 100644 (file)
@@ -102,7 +102,7 @@ public class ElementMapTRKSEG extends TreeMap<Date, ElementMapTRKPT> {
                        if (ImportPicture.param_GpxNoFirstNode && (i2 == 0)) {
                                continue;
                        }
-                    mapTRKPT.put((Element)nodeTRKPT);
+                    mapTRKPT.put(new TagTrkpt((Element)nodeTRKPT));
                 }
             }
             this.put(mapTRKPT);