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.
24 lines
741 B
24 lines
741 B
|
3 years ago
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta charset="utf-8">
|
||
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||
|
|
<title>地籍图查询</title>
|
||
|
|
<script src="https://www.sdmap.gov.cn/api/olapi/js/jquery-1.6.4.min.js"></script>
|
||
|
|
<script type="text/javascript" src="https://www.sdmap.gov.cn/api/olapi/ol/openlayers.js"></script>
|
||
|
|
<script src="https://api.tianditu.gov.cn/api?v=4.0&tk=780f098f82b2c43d3a822f2c5bf7b9e4" type="text/javascript"></script>
|
||
|
|
<style type="text/css">
|
||
|
|
html,body{
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="app"></div>
|
||
|
|
<!-- built files will be auto injected -->
|
||
|
|
</body>
|
||
|
|
</html>
|