Newer
Older
renshu2020 / roman / hayaoki / hayaoki / newdir / geomapper.html
@Satou Fumiya Satou Fumiya on 6 Mar 2021 954 bytes zip変換
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<!-- <link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" /> -->
<link rel="stylesheet" href="https://www.yatex.org/libcache/leaflet-1.3.2/leaflet.css" />

<!--  <script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script> -->
<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>


<style type="text/css">
<!--
 img.popup {width: 240px;}
 div#map {height: 700px;}
 .leaflet-popup-content {max-height: 300px; overflow: auto;}
 .leaflet-popup-content p {white-space: pre-wrap;}
 -->
</style>

    <title>Photo Map</title>
<script type="text/javascript" src="umappop.js" charset="utf-8"></script>
</head>

<body onload="umappop([{'file': 'output.geojson'}]);">
    <p> <span id="latlng"></span></p>
    <div id="map"></div>
</body>
</html>