diff matsugaoka/chizu1/matsugaokago.html @ 3936:8b449670e1a8

added
author KITAJIMA Ryuto <c118077@roy.e.koeki-u.ac.jp>
date Fri, 06 Dec 2019 14:01:26 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/matsugaoka/chizu1/matsugaokago.html	Fri Dec 06 14:01:26 2019 +0900
@@ -0,0 +1,42 @@
+<!DOCTYPE html>
+<html lang="ja">
+<head>
+<meta charset="utf-8">
+<link rel="stylesheet" type="text/css" href="//www.yatex.org/koeki/2018-koryoGO/ocgo.css">
+<link rel="stylesheet" href="//www.yatex.org/libcache/leaflet-1.3.2/leaflet.css" />
+<script src="//www.yatex.org/libcache/leaflet-1.3.2/leaflet.js"></script>
+<script type="text/javascript" src="//www.yatex.org/libcache/umappop/umappop.js"></script>
+<script type="text/javascript" src="gpsgo.js"></script>
+
+<script type="text/javascript">
+<!--
+var targetLoc = L.latLng(
+//  38.8934, 139.819		// 北緯, 東経 の順に入れる
+  38.8934, 139.819
+  );
+var foundMsg  = "みつけてくれてありがとう。今、松ヶ岡をテーマにしたゲームを作っています。おたのしみに〜";	// 発見したときのメッセージ
+var threshold = 1000000;		// 何m以内に近づいたらゲットと見なすか
+var defIcon   = "main.png";	// デフォルトのアイコンファイル
+// -->
+</script>
+<title>Silk Re:road</title>
+</head>
+
+<body onload="goinit();">
+<h1>Silk Re:road<span id="rest"></span></h1>
+<div id="get"><img src="final.png" width="350" height="350"></div> 
+<div id="map"></div>
+
+<p id="ok">OK:</p>
+<p id="err">NG:</p>
+<p id="info"> </p>
+<p class="c panel"><button id="start">追跡をはじめる</button>
+<button id="stop">追跡を終わる</button>
+<button id="zuru">げっとだぜ</button>
+
+</p>
+<hr>
+<p id="(C)">(C)2019 koeki-u.ac.jp &amp; SKIP
+</p>
+</body>
+</html>

yatex.org