Newer
Older
flymap / yuza / yuza.html
@HIROSE Yuuji HIROSE Yuuji on 16 Sep 2018 1 KB mv omnivore yuza
<!DOCTYPE html>
<html lang="ja">
<head>
<title>uMap GeoJSON</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="https://www.yatex.org/libcache/leaflet-1.3.2/leaflet.css" />
<script src="https://www.yatex.org/libcache/leaflet-1.3.2/leaflet.js"></script>
<script src="https://www.yatex.org/libcache/leaflet-plugins-2.0.0/layer/tile/Bing.js"></script>
<script src="https://www.yatex.org/libcache/leaflet-omnivore/tags/v0.3.3/leaflet-omnivore.js"></script>

<style type="text/css">
<!--
div#load-json {width: 90vw; height: 60vh; margin: 0 auto;}
span#info {white-space: pre;}
button#remove {visibility: hidden; background: red;}
-->
</style>
</head>

<body>
<h1>遊佐湧水マップ</h1>
<p><button name="gps" type="button" id="gps">現在値取得</button>
<button name="update" type="button" id="update">セーブ</button>
<button name="undo" type="button" id="undo">マーカ移動取消</button>
<button name="undo" type="button" id="reload">ロード</button><br>
<label>名称: <input id="name" name="name"></label>
<button name="remove" type="button" id="remove">このマーカを消す</button><br>
<label>概要: <textarea id="desc" name="desc" cols="40" rows="2">
	     </textarea></label>
<span id="info"> </span></p>

<div id="load-json"></div>

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

<p><a href="yuza.js">src</a></p>

</body>
</html>