Newer
Older
Loremap / Auto_editsys / user / kuso.html
@Kanan Homma Kanan Homma on 18 Sep 2018 2 KB you can add map data
<!DOCTYPE html>
<html lang="ja">
<head>
<title>CMDSmap</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="../../../src/leaflet.css" />
<script src="../../../src/leaflet.js"></script>
<script src="../../../src/leaflet.ajax.js"></script>

<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> -->
<!-- <script src="../../../leaflet-pulse-icon-plugin/L.Icon.Pulse.js" /> -->
<!-- <link rel="stylesheet" href="../../../leaflet-pulse-icon-plugin/L.Icon.Pulse.css" /> -->

<style type="text/css">
<!--
div#mymap {width: 90vw; height: 60vh; margin: 0 auto;}
div#mymap {border: 5px inset green;}
#map-canvas{width: 100px ; height: 0px ;}
-->
</style>
</head>

<body>
<h1>丸池マップ in 遊佐</h1>
<div id ="time"></div>
<div id ="countdown"></div>
<button type="button" id ="str">START</button>
<button type="button" id="stp">stop</button>
<p id="serif"></p>
<div id="mymap"></div>
<div id = "map-canvas"></div>
<script type="text/javascript" src="geotag.js" charset="utf-8"></script>

<!-- <form action="file.js" method="POST"> -->
<!-- <input type="file" name="hoge"> -->
<!-- <input type="submit" name="upload" value="アップロード"> -->
<!-- </form> -->
<!-- <input id="hoge" type="hidden" value="hoge"> -->


<form method="POST" name="geotag" action="./geotagmiru.rb" enctype="multipart/form-data">
<h3>画像選択</h3> 
<input type="file" name="image">
<h3>GPS</h3>
<p id="gps"></p>
<input type="hidden" name="gpsza" value="gpsjyo">
<input name="lati" length="100" size="100" value="">
<input type="hidden" name="mode" value="decode"><br><br>


<form method="post" action="./upload2.rb" enctype="multipart/form-data">
アップロードしたいファイル : <input type="FILE" name="file"><br>
コメント : <input type="text" name="comment" size="100"><br>
<input type="submit" name="upload" value="送信">
</form>




<!-- <h2>resize</h2> -->
<!-- <p>縦</p> -->
<!-- <input type="hidden" name="tatesize" value="tsize"> -->
<!-- <p><input name="tate" length="10"></p> -->
<!-- <p>横</p> -->
<!-- <input type="hidden" name="yokosize" value="ysize"> -->
<!-- <p><input name="yoko" length="10"></p> -->
<!-- <input type="submit" value="OK"> -->
<!-- <input type="reset" value="リセット"> -->
<!-- </form> -->

</body>
</html>