Newer
Older
leaflet_plugins / control-window / index.html
@natto natto on 9 Sep 2018 711 bytes change resorce
<!DOCTYPE html>
<html lang="ja">
<head>
<title>window popup in leaflet</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>
<script src="./src/L.Control.Window.js"></script>
<link rel="stylesheet" href="./src/L.Control.Window.css" />
<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>