KorailMap/static/gis.html

31 lines
1.1 KiB
HTML

<!DOCTYPE html>
<meta charset="UTF-8">
<title>열차위치</title>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
<meta name="apple-mobile-web-app-capable" content="yes" >
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<link rel="shortcut icon" href="https://gis.korail.com/korailTalk//favicon.ico">
<script src='https://gis.korail.com/korailTalk/libs/babel/babel.min.js'></script>
<script src='https://gis.korail.com/korailTalk/libs/geojson/geojson.min.js'></script>
<link rel="stylesheet" type="text/css" href="ol-helper.css" />
<link rel="stylesheet" href="ol.css" />
<script src='ol.js'></script>
<script>
const params = {
lon : null,
lat : null,
};
</script>
</head>
<body>
<div id='map' style="position: absolute; width: 100%; height: 100%">
<div id="popup" class="ol-popup"></div>
</div>
<script src='ol-helper.js'></script>
<script src='main.js'></script>
</body>
</html>