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
32 lines
770 B
<!DOCTYPE html> |
|
|
|
<head> |
|
<meta content="text/html; charset=utf-8" /> |
|
|
|
<!-- <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> |
|
<title>maptest</title> |
|
<style> |
|
html, |
|
body { |
|
padding: 0; |
|
margin: 0; |
|
height: 100%; |
|
overflow-x: hidden; |
|
overflow-y: hidden; |
|
} |
|
</style> |
|
<script> |
|
var _MapApp; |
|
function mapready() { |
|
_MapApp = new HiMap(document.getElementById("map"), { mapStyle: 'darkStyle' }); |
|
_MapApp.TrackPlay = TrackPlay; |
|
} |
|
</script> |
|
</head> |
|
|
|
<body> |
|
<div id="map" style="top: 0px; left: 0px; border-bottom: 0px; width:100%;height:100%;"></div> |
|
</body> |
|
|
|
</html> |