<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<script type="text/javascript" src="http://www.trafficeye.com.cn/WebtAPI/wapi.js"></script>
<script>
//页面加载完成后初始化地图
window.onload = function(){
//实例化地图对象
var map = new WebtAPI.WMap($("mapWrapper"));
//设置地图初始位置
var lonlat = new OpenLayers.LonLat(116.4074, 39.9046);
map.setCenterByLonLat(lonlat);
}
</script>
</head>
<body>
<div id="mapWrapper" style="height:400px;width:400px;"></div>
</body>
</html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
<script type="text/javascript" src="http://www.trafficeye.com.cn/WebtAPI/wapi.js"></script>
<script>
//页面加载完成后初始化地图
window.onload = function(){
//实例化地图对象
var map = new WebtAPI.WMap($("mapWrapper"));
//设置地图初始位置
var lonlat = new OpenLayers.LonLat(116.4074, 39.9046);
map.setCenterByLonLat(lonlat);
}
</script>
</head>
<body>
<div id="mapWrapper" style="height:400px;width:400px;"></div>
</body>
</html>