Newer
Older
leaflet_plugins / sidebar / index.html~
@natto natto on 9 Sep 2018 705 bytes add plugin
<!DOCTYPE html>
<html lang="ja">
<head>
<title>window in leaflet</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>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/leaflet-easybutton@2/src/easy-button.css">
<script src="https://cdn.jsdelivr.net/npm/leaflet-easybutton@2/src/easy-button.js"></script>
<style type="text/css">
<!--
div#mymap {width: 100vw; height: 100vh; margin: 0 auto;}

-->
</style>
</head>

<body>
  <h1>model window</h1>

<div id="mymap"></div>

<script type="text/javascript" src="./tamesi.js" charset="utf-8"></script>

</body>
</html>