御返事有難うございます。
簡単編を参考にしていろいろ試してみましたが、軌跡は表示できませんでした。
GPX2JSGIで変換したJSGI形式に変換したデータのURL指定方法がわかりません。ちなみに、データの初めの部分は次の通りです。<?xml version="1.0" encoding="UTF-8"?>
-<GI xsi:noNamespaceSchemaLocation="denshikokudo_XML.xsd" version="1.0" timeStamp="2013-02-22T12:00:29+09:00" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance">
最後に試してみたのは次のようです。地図は表示されますが、軌跡は表示されません
<?xml version="1.0" encoding="UTF-8"?>
-<GI xsi:noNamespaceSchemaLocation="denshikokudo_XML.xsd" version="1.0" timeStamp="2013-02-22T12:00:29+09:00" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance">
<head>
<body>
<script type="text/javascript" src="
http://cyberjapan.jp/ptmap/ptmopen.js" charset="UTF-8"> </head> </script>
<html>
<body>
<script type="text/javascript" src="
http://cyberjapan.jp/ptmap/ptmopen.js" charset="UTF-8"></script>
<script type="text/javascript">//<![CDATA[
function app_main(){
top.map.openMap();
}
MAP_LOAD({"t":"map","v":[930,575],"c":[140.492667,38.901732],"s":75000,"fw":["Mixed_L","Original_s"]});//]]]]><!CDATA></script>
<script type="text/javascript">//<![CDATA[
MAP_LOAD(MAP_LOAD({"t":"map","v":[930,575],"c":[140.492667,38.901732],"s":75000,"m":[{"jsgixml":"
http://www.w3.org/2001/XMLSchema-instance"}]}]</script>
</body>
</html>