mirror of
https://github.com/morgan9e/KorailMap
synced 2026-04-13 16:04:07 +09:00
init
This commit is contained in:
30
static/gis.html
Normal file
30
static/gis.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user