You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

48 lines
900 B

<!DOCTYPE html>
<head>
<meta content="text/html; charset=utf-8" />
<script src="/HiatmpPro/HiMap/himap.js" maptype="minemap" onready="mapready"></script>
<title>maptest</title>
<style>
html,
body {
padding: 0;
margin: 0;
height: 100%;
overflow-x: hidden;
overflow-y: hidden;
}
#map {
background-color: transparent !important;
}
/* #map_layers {
z-index: 1;
} */
</style>
<script>
var _MapApp;
function mapready() {
_MapApp = new HiMap(document.getElementById("map"), {
mapStyle: 'darkStyle',
pitch: 45,
showControl: true
});
console.log(_MapApp)
_MapApp.TrackPlay = TrackPlay;
//_MapApp.AreaSwitch(0);
}
</script>
</head>
<body>
<div id="map" style="top: 0px; left: 0px; border-bottom: 0px; width:100%;height:100%;"></div>
</body>
</html>