<?xml version="1.0" encoding="UTF-8" ?><rdf:RDF 
  xmlns="http://purl.org/rss/1.0/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:atom="http://www.w3.org/2005/Atom"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:lang="ja">
  <channel rdf:about="http://w.atwiki.jp/tdm850nogu/">
    <title>tdm850nogu @ ウィキ</title>
    <link>http://w.atwiki.jp/tdm850nogu/</link>
    <atom:link href="https://w.atwiki.jp/tdm850nogu/rss10.xml" rel="self" type="application/rss+xml" />
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com" />
    <description>tdm850nogu @ ウィキ</description>

    <dc:language>ja</dc:language>
    <dc:date>2007-04-18T22:52:38+09:00</dc:date>
    <utime>1176904358</utime>

    <items>
      <rdf:Seq>
                <rdf:li rdf:resource="https://w.atwiki.jp/tdm850nogu/pages/11.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tdm850nogu/pages/1.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tdm850nogu/pages/2.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tdm850nogu/pages/3.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tdm850nogu/pages/4.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tdm850nogu/pages/5.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tdm850nogu/pages/6.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tdm850nogu/pages/7.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tdm850nogu/pages/8.html" />
                <rdf:li rdf:resource="https://w.atwiki.jp/tdm850nogu/pages/9.html" />
              </rdf:Seq>
    </items>
	
		
    
  </channel>
    <item rdf:about="https://w.atwiki.jp/tdm850nogu/pages/11.html">
    <title>MapTest</title>
    <link>https://w.atwiki.jp/tdm850nogu/pages/11.html</link>
    <description>
      &lt;!-- HTML generated by Wadachi Version 2.21 --&gt;
&lt;!-- 標準テンプレート --&gt;
&lt;!-- スタイルシート内は好みに合わせて自由に書き換えることができます --&gt;
&lt;script src=
&quot;http://maps.google.co.jp/maps?file=api&amp;v=2&amp;key=ABQIAAAAdhq9CNrpPuKZiVDTnrXYKxTDyba3s8Wn1x6I2XiamBgK8EW-BBTh3-uP45ElJhvuu0V_VN-SmxweTg&quot;
type=&quot;text/javascript&quot;&gt;
&lt;/script&gt; 
&lt;!-- スクリプト内はJavaScriptの知識がある方以外、触らないで下さい --&gt;
 &lt;script type=&quot;text/javascript&quot;&gt;
        //&lt;![CDATA[

var points = new Array();
var markers = new Array();
var waypoints = new Array();
var map;
var playPoint = 0;
var playTimer;
var playing = false;
var Pointer;

function displayMap() {
        if (GBrowserIsCompatible()) {
                map=new GMap2(document.getElementById(&quot;map&quot;));
                map.addControl(new GSmallMapControl());
                map.addControl(new GMapTypeControl());
                map.addControl(new GScaleControl());
                map.setCenter(new GLatLng(35.702847,139.745433),map.getBoundsZoomLevel(new GLatLngBounds(new GLatLng(35.700295,139.744157),new GLatLng(35.705398,139.746710))));
                map.setMapType(G_NORMAL_MAP);
                /*&lt;OverviewMap&gt;*/
                map.enableDoubleClickZoom();
                new GKeyboardHandler(map);

                var st;

                st=points.length;
                points.push(new GLatLng(35.704580,139.744157));
                points.push(new GLatLng(35.704780,139.744268));
                points.push(new GLatLng(35.704592,139.744643));
                points.push(new GLatLng(35.704245,139.744717));
                points.push(new GLatLng(35.703573,139.744503));
                points.push(new GLatLng(35.703720,139.745192));
                points.push(new GLatLng(35.703382,139.746060));
                points.push(new GLatLng(35.703527,139.746127));
                points.push(new GLatLng(35.703138,139.746207));
                points.push(new GLatLng(35.703248,139.746262));
                points.push(new GLatLng(35.703255,139.746062));
                points.push(new GLatLng(35.700295,139.744428));
                points.push(new GLatLng(35.703805,139.744782));
                points.push(new GLatLng(35.704688,139.744942));
                points.push(new GLatLng(35.704575,139.744532));
                points.push(new GLatLng(35.704470,139.745988));
                points.push(new GLatLng(35.704387,139.745930));
                points.push(new GLatLng(35.704325,139.745310));
                points.push(new GLatLng(35.704217,139.746483));
                points.push(new GLatLng(35.704750,139.746710));
                points.push(new GLatLng(35.704968,139.746570));
                points.push(new GLatLng(35.704688,139.745352));
                points.push(new GLatLng(35.704565,139.745783));
                points.push(new GLatLng(35.705310,139.745878));
                points.push(new GLatLng(35.705252,139.745932));
                points.push(new GLatLng(35.704983,139.745568));
                points.push(new GLatLng(35.705103,139.745745));
                points.push(new GLatLng(35.705173,139.745923));
                points.push(new GLatLng(35.705322,139.745928));
                points.push(new GLatLng(35.705398,139.745900));
                drawTrack(st,100,&#039;#0000FF&#039;,5,0.70);

/*&lt;MarkerList&gt;*/
        }
        else {
                document.getElementById(&#039;map&#039;).innerHTML=&#039;お使いのブラウザではこの地図は表示できません。&#039;;
        }
}

function drawTrack(start,section,color,width,opacity) {
        var end;

        while (start&lt;points.length-1) {
                end = start+section+1;
                if (points.length&lt;end) {
                        end = points.length;
                }
                map.addOverlay(new GPolyline(points.slice(start,end),color,width,opacity));
                start += section;
        }
}

function MarkerInfo(lat,lon,height,date,time,name,image,url,desc) {
        this.point=new GLatLng(parseFloat(lat),parseFloat(lon));
        this.height=parseInt(height);
        this.date=date;
        this.time=time;
        this.name=name;
        this.image=image;
        this.url=url;
        this.desc=desc;
}
MarkerInfo.prototype.getHtml=MarkerInfo_getHtml;

function MarkerInfo_getHtml(showDate,showTime,showLocation,showHeight,imageLoaded) {
        var html;

        html=&#039;&lt;div class=&quot;marker&quot;&gt;&#039;;
        html+=&#039;&lt;div class=&quot;marker_subject&quot;&gt;&#039;+this.name+&#039;&lt;\/div&gt;&#039;;
        if (showDate || showTime) {
                html+=&#039;&lt;div class=&quot;marker_time&quot;&gt;&#039;;
                if (showDate) {
                        html+=this.date;
                }
                if (showTime) {
                        if (showDate) {
                                html+=&#039; &#039;;
                        }
                        html+=this.time;
                }
                html+=&#039;&lt;\/div&gt;&#039;;
        }
        if (showLocation || showHeight) {
                html+=&#039;&lt;div class=&quot;marker_location&quot;&gt;&#039;;
                if (showLocation) {
                        var prefix_lat=(this.point.lat()&gt;=0) ? &#039;N&#039; : &#039;S&#039;;
                        var prefix_lon=(this.point.lng()&gt;=0) ? &#039;E&#039; : &#039;W&#039;;
                        html+=&#039;(&#039;+prefix_lat+Math.abs(this.point.lat()).toFixed(6)+&#039;, &#039;+prefix_lon+Math.abs(this.point.lng()).toFixed(6)+&#039;)&#039;;
                }
                if (showHeight) {
                        if (showLocation) {
                                html+=&#039; &#039;;
                        }
                        html+=&#039;標高&#039;+this.height+&#039;m&#039;;
                }
                html+=&#039;&lt;\/div&gt;&#039;;
        }
        if (this.image!=&#039;&#039; &amp;&amp; imageLoaded) {
                html+=&#039;&lt;div class=&quot;marker_image&quot;&gt;&lt;img src=&quot;&#039;+this.image+&#039;&quot; /&gt;&lt;\/div&gt;&#039;;
        }
        if (this.url!=&#039;&#039;) {
                html+=&#039;&lt;div class=&quot;marker_url&quot;&gt;&lt;a href=&quot;&#039;+this.url+&#039;&quot; target=&quot;refer&quot;&gt;参照リンク&lt;\/a&gt;&lt;\/div&gt;&#039;;
        }
        if (this.desc!=&#039;&#039;) {
                html+=&#039;&lt;div class=&quot;marker_desc&quot;&gt;&#039;+this.desc+&#039;&lt;\/div&gt;&#039;;
        }
        html+=&#039;&lt;\/div&gt;&#039;;

        return html;
}

function createMarker(markerInfo,showDate,showTime,showLocation,showHeight) {
        var marker=new GMarker(markerInfo.point,{title: markerInfo.name});

        GEvent.addListener(marker,&#039;click&#039;,function() {
                if (markerInfo.image!=&#039;&#039;) {
                        var image=new Image();
                        image.src=markerInfo.image;
                        if (image.complete) {
                                marker.openInfoWindowHtml(markerInfo.getHtml(showDate,showTime,showLocation,showHeight,true));
                        }
                        else {
                                image.onload=function() {
                                        marker.openInfoWindowHtml(markerInfo.getHtml(showDate,showTime,showLocation,showHeight,true));
                                }
                                image.onerror=function() {
                                        marker.openInfoWindowHtml(markerInfo.getHtml(showDate,showTime,showLocation,showHeight,false));
                                }
                        }
                }
                else {
                        marker.openInfoWindowHtml(markerInfo.getHtml(showDate,showTime,showLocation,showHeight,false));
                }
        });

        return marker;
}

function popupMarker(num) {
        GEvent.trigger(markers[num],&#039;click&#039;);
}

function getBrowser() {
        var agent=navigator.userAgent;

        if (agent.indexOf(&#039;Safari&#039;)&gt;=0) {
                return &#039;Safari&#039;;
        }
        else if (agent.indexOf(&#039;Opera&#039;)&gt;=0) {
                return &#039;Opera&#039;;
        }
        else if (agent.indexOf(&#039;Gecko&#039;)&gt;=0) {
                return &#039;Mozilla&#039;;
        }
        else if (agent.indexOf(&#039;MSIE&#039;)&gt;=0) {
                return &#039;MSIE&#039;;
        }
        else {
                return &#039;other&#039;;
        }
}

function playRoute() {
        if (points.length&gt;1 &amp;&amp; !playing) {
                Pointer = new CenterPointer();
                map.addControl(Pointer);
                playing=true;
                goForward();
        }
}

function goForward() {
        map.panTo(points[playPoint++]);
        if (playPoint&gt;=points.length) {
                window.clearTimeout(playTimer);
                playing=false;
                playPoint=0;
                map.removeControl(Pointer);
        }
        else {
                playTimer=window.setTimeout(&quot;goForward()&quot;,parseInt(document.getElementById(&quot;playSpeed&quot;).value));
        }
}

function stopRoute() {
        if (points.length&gt;1 &amp;&amp; playing) {
                window.clearTimeout(playTimer);
                playing=false;
                map.removeControl(Pointer);
        }
}

function rewindRoute() {
        if (points.length&gt;1) {
                playPoint=0;
                map.setCenter(points[playPoint]);
        }
}

function CenterPointer() {
}
CenterPointer.prototype = new GControl();

CenterPointer.prototype.initialize = function(map) {
        var pointer = document.createElement(&quot;div&quot;);
        pointer.style.width = &quot;32px&quot;;
        pointer.style.height = &quot;32px&quot;;
        pointer.style.border = &quot;1px solid black&quot;;
        pointer.innerHTML = &#039;&lt;table class=&quot;centerpointer&quot;&gt;&lt;tr&gt;&lt;td style=&quot;text-align: center; vertical-align: middle&quot;&gt;＋&lt;\/td&gt;&lt;\/tr&gt;&lt;\/table&gt;&#039;;
        map.getContainer().appendChild(pointer);
        return pointer;
}

CenterPointer.prototype.getDefaultPosition = function() {
        var mapsize = map.getSize();
        var left = mapsize.width/2-16;
        var top = mapsize.height/2-16;
        return new GControlPosition(G_ANCHOR_TOP_LEFT, new GSize(left, top));
}

        //]]&gt;
&lt;/script&gt; &lt;!--
        bodyタグ内は自由に編集することができます。
        編集は原則として行単位で行って下さい。
        コメントで囲まれた部分を変更すると正常に出力されません。
--&gt;
&lt;!-- コンテンツの外枠：style属性は変更できません --&gt;
&lt;div id=&quot;container&quot; style=&quot;width: 640px&quot;&gt;&lt;!-- ページの表題 --&gt;
&lt;!--PageHeader--&gt;
&lt;!-- Google Maps表示部 --&gt;
&lt;div id=&quot;map&quot; style=&quot;width: 480px; height: 640px&quot;&gt;&lt;/div&gt;
&lt;!-- マーカーリスト表示部 --&gt;
&lt;div id=&quot;markerlistbox&quot; style=&quot;width: 160px; height: 640px&quot;&gt;
&lt;div class=&quot;markerlist_header&quot;&gt;マーカーリスト&lt;/div&gt;
&lt;ul class=&quot;markerlist&quot;&gt;&lt;/ul&gt;
&lt;/div&gt;
&lt;!-- 回り込み解除：本来はbrを使うべきですが、IEではうまく行かないための代替 --&gt;
&lt;div style=&quot;clear: both&quot;&gt;&lt;/div&gt;
&lt;!-- ルート再生パネル --&gt;
&lt;form class=&quot;playroute&quot;&gt;&lt;input type=&quot;button&quot; value=&quot;ルート再生&quot; class=
&quot;playbuttons&quot; onclick=&quot;playRoute()&quot; /&gt; &lt;input type=&quot;button&quot; value=&quot;停止&quot;
class=&quot;playbuttons&quot; onclick=&quot;stopRoute()&quot; /&gt; &lt;input type=&quot;button&quot; value=
&quot;巻き戻し&quot; class=&quot;playbuttons&quot; onclick=&quot;rewindRoute()&quot; /&gt; &lt;select id=
&quot;playSpeed&quot; class=&quot;playbuttons&quot;&gt;
&lt;option value=&quot;64&quot;&gt;速く&lt;/option&gt;
&lt;option value=&quot;128&quot;&gt;やや速く&lt;/option&gt;
&lt;option value=&quot;256&quot; selected=&quot;selected&quot;&gt;標準&lt;/option&gt;
&lt;option value=&quot;512&quot;&gt;やや遅く&lt;/option&gt;
&lt;option value=&quot;1024&quot;&gt;遅く&lt;/option&gt;
&lt;/select&gt;&lt;/form&gt;
&lt;!-- トラックデータ表示部：GPSログ解析とプロフィールマップ --&gt;
&lt;!-- 著作権表示：削除禁止ここから --&gt;
&lt;div class=&quot;copyright&quot;&gt;&lt;a href=&quot;http://www1.kcn.ne.jp/~mkomai/cycle/wadachi/&quot;
target=&quot;_blank&quot;&gt;Powered by Wadachi&lt;/a&gt;&lt;/div&gt;
&lt;!-- 著作権表示：削除禁止ここまで --&gt;&lt;/div&gt;    </description>
    <dc:date>2007-04-18T22:52:38+09:00</dc:date>
    <utime>1176904358</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tdm850nogu/pages/1.html">
    <title>トップページ</title>
    <link>https://w.atwiki.jp/tdm850nogu/pages/1.html</link>
    <description>
      ＊＊@wikiへようこそ
-ウィキはみんなで気軽にホームページ編集できるツールです。
-このページは自由に編集することができます。
-メールで送られてきたパスワードを用いてログインすることで、各種変更（サイト名、トップページ、メンバー管理、サイドページ、デザイン、ページ管理、等）することができます


＊＊まずはこちらをご覧ください。
-[[@wikiの基本操作&gt;http://atwiki.jp/guide/category2.html]]
-[[用途別のオススメ機能紹介&gt;http://atwiki.jp/guide/category22.html]]
-[[@wikiの設定/管理&gt;http://atwiki.jp/guide/category6.html]]

＊＊おすすめ機能
-[[気になるニュースをチェック&gt;http://atwiki.jp/guide/17_174_ja.html]]
-[[関連するブログ一覧を表示&gt;http://atwiki.jp/guide/17_161_ja.html]]

＊＊その他にもいろいろな機能満載！！
-[[@wikiプラグイン&gt;http://atwiki.jp/guide/category17.html]]
-[[@wiki便利ツール&gt;http://atwiki.jp/guide/category32.html]]
-[[@wiki構文&gt;http://atwiki.jp/guide/category16.html]]

＊＊バグ・不具合を見つけたら？
お手数ですが、こちらからご連絡宜しくお願いいたします。
⇒http://atwiki.jp/guide/contact.html


＊＊分からないことは？
-[[@wiki ご利用ガイド&gt;http://atwiki.jp/guide/]]
-[[よくある質問&gt;http://atwiki.jp/guide/category1.html]]
-[[@wikiへお問い合わせ&gt;http://atwiki.jp/guide/contact.html]]
等をご活用ください


    </description>
    <dc:date>2007-04-14T00:31:09+09:00</dc:date>
    <utime>1176478269</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tdm850nogu/pages/2.html">
    <title>メニュー</title>
    <link>https://w.atwiki.jp/tdm850nogu/pages/2.html</link>
    <description>
      メニュー
-[[トップページ]]
-[[プラグイン]]
-[[メニュー]]
-[[メニュー2]]

----


-[[@ウィキ ガイド&gt;http://atwiki.jp/guide/]]
-[[@wiki 便利ツール &gt;http://atwiki.jp/tools/]]
-[[@wiki&gt;http://atwiki.jp]]

// リンクを張るには &quot;[&quot; 2つで文字列を括ります。
// &quot;&gt;&quot; の左側に文字、右側にURLを記述するとリンクになります


**更新履歴
#recent(20)
    </description>
    <dc:date>2007-04-14T00:31:09+09:00</dc:date>
    <utime>1176478269</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tdm850nogu/pages/3.html">
    <title>メニュー2</title>
    <link>https://w.atwiki.jp/tdm850nogu/pages/3.html</link>
    <description>
      **更新履歴
#recent(20)
    </description>
    <dc:date>2007-04-14T00:31:09+09:00</dc:date>
    <utime>1176478269</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tdm850nogu/pages/4.html">
    <title>プラグイン/ニュース</title>
    <link>https://w.atwiki.jp/tdm850nogu/pages/4.html</link>
    <description>
      * ニュース
@wikiのwikiモードでは
 #news(興味のある単語)
と入力することで、あるキーワードに関連するニュース一覧を表示することができます
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_174_ja.html


-----


たとえば、#news(wiki)と入力すると以下のように表示されます。


#news(wiki)
    </description>
    <dc:date>2007-04-14T00:31:09+09:00</dc:date>
    <utime>1176478269</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tdm850nogu/pages/5.html">
    <title>プラグイン/編集履歴</title>
    <link>https://w.atwiki.jp/tdm850nogu/pages/5.html</link>
    <description>
      * 更新履歴
@wikiのwikiモードでは
 #recent(数字)
と入力することで、wikiのページ更新履歴を表示することができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_117_ja.html


-----


たとえば、#recent(20)と入力すると以下のように表示されます。


#recent(20)
    </description>
    <dc:date>2007-04-14T00:31:09+09:00</dc:date>
    <utime>1176478269</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tdm850nogu/pages/6.html">
    <title>プラグイン/アーカイブ</title>
    <link>https://w.atwiki.jp/tdm850nogu/pages/6.html</link>
    <description>
      * アーカイブ
@wikiのwikiモードでは
 #archive_log()
と入力することで、特定のウェブページを保存しておくことができます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/25_171_ja.html


-----


たとえば、#archive_log()と入力すると以下のように表示されます。
保存したいURLとサイト名を入力して&quot;アーカイブログ&quot;をクリックしてみよう


#archive_log()
    </description>
    <dc:date>2007-04-14T00:31:09+09:00</dc:date>
    <utime>1176478269</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tdm850nogu/pages/7.html">
    <title>プラグイン/動画(Youtube)</title>
    <link>https://w.atwiki.jp/tdm850nogu/pages/7.html</link>
    <description>
      * 動画(youtube)
@wikiのwikiモードでは
 #video(動画のURL)
と入力することで、動画を貼り付けることが出来ます。
詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_209_ja.html

また動画のURLはYoutubeのURLをご利用ください。
＝＞http://www.youtube.com/

-----


たとえば、#video(http://youtube.com/watch?v=kTV1CcS53JQ)と入力すると以下のように表示されます。


#video(http://youtube.com/watch?v=kTV1CcS53JQ)

    </description>
    <dc:date>2007-04-14T00:31:09+09:00</dc:date>
    <utime>1176478269</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tdm850nogu/pages/8.html">
    <title>プラグイン</title>
    <link>https://w.atwiki.jp/tdm850nogu/pages/8.html</link>
    <description>
      @wikiにはいくつかの便利なプラグインがあります。

-----


#ls

-----

これ以外のプラグインについては@wikiガイドをご覧ください
=&gt;http://atwiki.jp/guide/
    </description>
    <dc:date>2007-04-14T00:31:09+09:00</dc:date>
    <utime>1176478269</utime>
  </item>
    <item rdf:about="https://w.atwiki.jp/tdm850nogu/pages/9.html">
    <title>プラグイン/関連ブログ</title>
    <link>https://w.atwiki.jp/tdm850nogu/pages/9.html</link>
    <description>
      * 関連ブログ
@wikiのwikiモードでは
 #bf(興味のある単語)
と入力することで、あるキーワードに関連するブログ一覧を表示することができます

詳しくはこちらをご覧ください。
＝＞http://atwiki.jp/guide/17_161_ja.html

-----


たとえば、#bf(ゲーム)と入力すると以下のように表示されます。


#bf(ゲーム)
    </description>
    <dc:date>2007-04-14T00:31:09+09:00</dc:date>
    <utime>1176478269</utime>
  </item>
  </rdf:RDF>
