You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.4 KiB
HTML
51 lines
1.4 KiB
HTML
5 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title></title>
|
||
|
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.5.1/dist/leaflet.css"
|
||
|
integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
|
||
|
crossorigin=""/>
|
||
|
<script src="https://unpkg.com/leaflet@1.5.1/dist/leaflet.js"
|
||
|
integrity="sha512-GffPMF3RvMeYyc1LWMHtK8EbPv0iNZ8/oTtHPx9/cc2ILxQ+u905qIwdpULaqDkyBKgOaB57QTMg7ztg8Jm2Og=="
|
||
|
crossorigin=""></script>
|
||
|
<script src="./leaflet-hash/leaflet-hash.js" type="text/javascript"></script>
|
||
|
<style>
|
||
|
html, body, #mapid {
|
||
|
position: relative;
|
||
|
height:100%;
|
||
|
width:100%;
|
||
|
padding:0px;
|
||
|
margin:0px;
|
||
|
background-color: black;
|
||
|
color: white;
|
||
|
font-family: "Lucida Console", Monaco, monospace;
|
||
|
font-size: 18px;
|
||
|
}
|
||
|
|
||
|
.redirect {
|
||
|
position: absolute;
|
||
|
z-index: 101;
|
||
|
/* margin-left: 50%;*/
|
||
|
margin-top: 300px;
|
||
|
}
|
||
|
|
||
|
|
||
|
p {
|
||
|
text-align:center;
|
||
|
vertical-align: middle;
|
||
|
font-size: 20px;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<span id="bttn"></span>
|
||
|
<div id="mapid"></div>
|
||
|
<script type="text/javascript"> function redirect(){
|
||
|
var url = "./example.html";
|
||
|
window.location(url);
|
||
|
}</script>
|
||
|
<script type="text/javascript" src="text2.js"></script>
|
||
|
<script type="text/javascript" src="main.js"></script>
|
||
|
</body>
|
||
|
</html>
|