mirror of
https://github.com/openglobus/openglobus.git
synced 2025-12-08 19:25:27 +00:00
48 lines
1.3 KiB
HTML
Executable File
48 lines
1.3 KiB
HTML
Executable File
<html>
|
|
|
|
<head>
|
|
<title>OpenStreetMap Base Layer</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<script src="geoObject.js" type="module"></script>
|
|
<link rel="stylesheet" href="../../css/og.css" type="text/css"/>
|
|
<style>
|
|
body {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.ginput {
|
|
position: relative;
|
|
padding: 10px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.ginput input {
|
|
width: 150px;
|
|
font-size: 1.3em;
|
|
}
|
|
|
|
.ginput div {
|
|
width: 100px;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="earth" style="position: absolute; width:100%;height:100%"></div>
|
|
<!--<div style="font-size: 1.3em; background: white; position: absolute; right:100px; top:20px;display: flex;flex-direction: column">-->
|
|
<!-- <div class="ginput">-->
|
|
<!-- <div>PITCH</div>-->
|
|
<!-- <input type="number" class="gpitch" value="0"/></div>-->
|
|
<!-- <div class="ginput">-->
|
|
<!-- <div>YAW</div>-->
|
|
<!-- <input type="number" class="gyaw" value="0"/></div>-->
|
|
<!-- <div class="ginput">-->
|
|
<!-- <div>ROLL</div>-->
|
|
<!-- <input type="number" class="groll" value="0"/></div>-->
|
|
<!--</div>-->
|
|
</body>
|
|
|
|
</html> |