保定大屏项目
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.

32 lines
770 B

2 years ago
<!DOCTYPE html>
2 years ago
2 years ago
<head>
2 years ago
<meta content="text/html; charset=utf-8" />
2 years ago
2 years ago
<!-- <script src="/HiatmpPro/HiMap/himap.js" maptype = "arcgis" onready = "mapready"></script> -->
<script src="http://20.120.23.1:8083/himap.js" maptype="arcgis" onready="mapready"></script>
2 years ago
<title>maptest</title>
<style>
2 years ago
html,
body {
2 years ago
padding: 0;
margin: 0;
height: 100%;
2 years ago
overflow-x: hidden;
overflow-y: hidden;
2 years ago
}
</style>
<script>
var _MapApp;
2 years ago
function mapready() {
_MapApp = new HiMap(document.getElementById("map"), { mapStyle: 'darkStyle' });
2 years ago
_MapApp.TrackPlay = TrackPlay;
}
</script>
</head>
<body>
2 years ago
<div id="map" style="top: 0px; left: 0px; border-bottom: 0px; width:100%;height:100%;"></div>
2 years ago
</body>
2 years ago
</html>