Newer
Older
matsugaoka / web / map / test.mado / sample.html
@mamadoka mamadoka on 1 Aug 2019 778 bytes omnivore.mi.js追加
<!DOCTYPE html>
<html lang="ja">
<meta charset="utf-8">
<head>
<title>はんいとれ</title>
<meta name="viewport" content="width=dgevice-width, initial-scale=1" />
<link rel="stylesheet" href="../lib/leaflet.css" />
<script src="../lib/leaflet.js"></script>
<script src="../lib/leafret-omnivore.min.js"></script>
<script type="text/javascript"
	src="sample.js" charset="utf-8"></script>


<style type="text/css">
<!--
div#mymap {width: 90vw; height: 80vh; margin: 0 auto;}
botton {
border: solid 2px black;
margin: 5px; 
}
-->
</style>
</head>

<body>

<botton id="stop">Stop</botton>

<h2 id="info">所持しているお宝の数<span id="have">0個</span></h2>
<div id="mymap"></div>
<script type="text/javascript" src="sample2.js" charset="utf-8"></script>
</body>
</html>