#author("2024-09-02T03:22:32+00:00","default:iseki","iseki")
** Webmap API [#b34a02c4]
- http://secondlife.com/developers/mapapi/


*** Sample 1 [#q332d307]
 <object>
 <head>
 <style>
 div#map-container_tuis {
    width:  250px;
    height: 250px;
 }
 div#map-container_nsl {
    width:  250px;
    height: 250px;
 }
 </style>
 
 <script src="http://secondlife.com/apps/mapapi/" type="text/javascript"></script>
 <script language="javascript" type="text/javascript">
 function loadmap() {
    mapInstance_tuis = new SLMap(document.getElementById('map-container_tuis'));
    mapInstance_tuis.centerAndZoomAtSLCoord(new XYPoint(640.5,923.5),1);
 
    mapInstance_tuis = new SLMap(document.getElementById('map-container_nsl'));
    mapInstance_tuis.centerAndZoomAtSLCoord(new XYPoint(1016.5,1008.5),1);
 }
 </script> 
 </head>
 
 <body onload="loadmap()">
 .........................
 .........................
 .........................
 <li> <a href="secondlife://TUIS/159/3/29/">TUIS SIMへテレポート</a>
 <div id='map-container_tuis'></div>
 <br />
 <li> <a href="secondlife://Atis/218/235/24/" target=new>NSL秘密前線基地</a>
 <div id='map-container_nsl'></div>
 </ul>
 </body>
 </object>


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS