Newer
Older
rain_disaster_map / koeki / map.html
@natto natto on 26 Oct 2018 767 bytes koeki
<!DOCTYPE html>
<html lang="ja">
<head>
<title>防災マップ</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://www.yatex.org/gitbucket/natto/leaflet/raw/master/leaflet.css" />
<script src="https://www.yatex.org/gitbucket/natto/leaflet/raw/master/leaflet.js"></script>


<style type="text/css">
<!--
div#mymap {width: 90vw; height: 80vh; margin: 0 auto;}

-->
</style>
</head>

<body>
  <h1>防災マップ</h1>
  <button type="button" id="str">start</button>
  <button type="button" id="stp">stop</button>
<div id="mymap"></div>

<script type="text/javascript" src="./cicle_gps.js" charset="utf-8"></script>
<script type="text/javascript" src="./catgps.js" charset="utf-8"></script>
</body>
</html>