Newer
Older
Loremap / storymap / wakimizu / map.html
@natto natto on 4 Oct 2018 1002 bytes add_colorbox
<!DOCTYPE html>
<html lang="ja">
<head>
<title>CMDSmap</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="../../src/colorbox/example3/colorbox.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../src/colorbox/jquery.colorbox-min.js"></script>
<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#mymap {width: 90vw; height: 80vh; margin: 0 auto;}

-->
</style>
</head>

<body>
  <h1>ぴよこと一緒に歩こう</h1>
  <button type="button" id="str">start</button>
  <br>
<button type="button" id="stp">stop</button>
<div id="mymap"></div>

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