Newer
Older
Loremap / otanisys / maruike.html
<!DOCTYPE html>
<html lang="ja">
<head>
<title>maruikeMap</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="../src/leaflet/leaflet.css" />
<script src="../src/leaflet/leaflet.js"></script>
<script src="../src/leaflet/leaflet-omnivore.min.js"></script>
<style type="text/css">
<!--
div#marumap {width: 90vw; height: 80vh; margin: 0 auto;}
-->
</style>
</head>

<body>
<h1>丸池map</h1>

<p>Your name:</p> 
<form>
<table>
 <tr><td>名前:</td><td><input id="tag" name="name"></td></tr>
 </table>
<button id="send" type="button">START</button>
<button id="stop" type="button">Stop</button>
</form>

<button id="cheat" type="button">cheat</button>
<button id="dist" type="button">距離</button>
<button id="db" type="button">db</button>
<button id="locol" type="button">locolリセット</button>

<p id="all"></p>

<div id="marumap"></div>
<script type="text/javascript" src="maruike.js"
charset="utf-8"></script>
<script type="text/javascript" src="maruike_gps.js" charset="utf-8"></script>
</body>
</html>