OSDN Git Service

FIX: チケット #35394 GPXのWPから写真アイコンをクリックしてもリンク切れで表示されない。を解決
authorhayashi yuu <hayashi.yuu@gmail.com>
Thu, 13 Aug 2015 22:41:32 +0000 (07:41 +0900)
committerhayashi yuu <hayashi.yuu@gmail.com>
Thu, 13 Aug 2015 22:41:32 +0000 (07:41 +0900)
importPicture/src/osm/jp/gpx/ImportPicture.java

index 76fd44d..a686772 100644 (file)
@@ -758,7 +758,7 @@ public class ImportPicture extends Thread {
         wpt.appendChild(name);\r
 \r
         Element link = document.createElement("link");\r
-        link.setAttribute("href", getShortPathName(gpxDir, iFile));\r
+        link.setAttribute("href", getShortPathName(imgDir, iFile));\r
         Element text = document.createElement("text");\r
         text.setTextContent(iFile.getName());\r
         link.appendChild(text);\r