@(笔记)[天地图]@案例:https://github.com/lhywell/map/tree/master/example/example11
无密钥
-
JavaScript API http://lbs.tianditu.com/api/js4.0/opensource/source.html
http://lbs.tianditu.com/api/js4.0/examples.html
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>HELLO WORLD</title>
<script type="text/javascript" src="http://api.tianditu.com/api?v=4.0"></script>
<script>
var map;
var zoom = 12;
function onLoad() {
map = new T.Map('mapDiv');
map.centerAndZoom(new T.LngLat(116.40769, 39.89945), zoom);
}
</script>
</head>
<body onLoad="onLoad()">
<div id="mapDiv" style="position:absolute;width:100%; height:100%"></div>
</body>
</html>
上一页:超图软件
下一页:图吧