Newer
Older
AegisforEcosystem / birder / map / map.html
@KAOKA Daisuke KAOKA Daisuke on 11 Dec 2021 1 KB js place
<!DOCTYPE html>
<html lang="ja">
<head>

<title>Map for Ecosystem</title>
<link rel="stylesheet" href="https://www.yatex.org/libcache/leaflet-1.7.1/leaflet.css" />
<link rel="stylesheet" type="text/css" href="map.css">
<link rel="stylesheet" type="text/css" href="another.css">
<script src="https://www.yatex.org/libcache/leaflet-1.7.1/leaflet.js"></script>
<script src='//api.tiles.mapbox.com/mapbox.js/plugins/leaflet-omnivore/v0.3.1/leaflet-omnivore.min.js'></script>
<script src="https://www.yatex.org/libcache/leaflet-plugins-2.0.0/layer/tile/Bing.js"></script>

</head>

<body>
<header>
    <h1 class="title">探鳥マップ</h1>
    
    <h2 class="logo"></h2>
</header>

<nav>
    <ul>
        <li><a href="https://www.yatex.org/gitbucket/SKIP/renshu-2021/pages/SWAN/wild_bird_WebVR.html#">HOME</a></li>
        <li><a class="imakoko" href="https://www.yatex.org/gitbucket/utaka0416/AegisforEcosystem/pages/birder/map/map.html">MAP</a></li>
        <li><a href="https://www.yatex.org/gitbucket/SKIP/renshu-2021/pages/SWAN/prototype1-1.html">ZUKAN</a></li>
        <li><a href="https://www.yatex.org/gitbucket/SKIP/renshu-2021/pages/SWAN/wild_bird_WebVR.html">VR</a></li>
        <li><a href="#">ABOUT</a></li>
        <li><a href="#">SKIP</a></li>
    </ul>
</nav>

<div class="search">
    <form>
        <input type="text" id="keyword" value="トビ"><input type="submit" id="seeker" value="検索">
    </form>
</div>


<div id="mapset">
</div>

</body>

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

</html>