Skip to content

Commit b33fc0b

Browse files
author
wei chih tsai
committed
地圖測試
1 parent 9be2f60 commit b33fc0b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+7212
-0
lines changed

LICENSE

100644100755
File mode changed.

css/.DS_Store

6 KB
Binary file not shown.

css/bmap.css

+636
Large diffs are not rendered by default.

css/style.css

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#container {
2+
width: 80%;
3+
height: 80%;
4+
border: 1px solid gray;
5+
position: absolute;
6+
}
7+
8+
#position {
9+
width: 80%;
10+
height: 10%;
11+
border: 1px solid gray;
12+
position: absolute;
13+
background-color: #cacfd2;
14+
margin-top: 517px;
15+
}

demo.html

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6+
<title>百度離線地圖DEMO</title>
7+
<script type="text/javascript" src="js/apiv1.3.min.js"></script>
8+
<!--script type="text/javascript" src="http://api.map.baidu.com/api?v=1.3"></script-->
9+
<link rel="stylesheet" type="text/css" href="css/bmap.css" />
10+
<link rel="stylesheet" type="text/css" href="css/style.css" />
11+
</head>
12+
13+
<body>
14+
<div id="container">
15+
</div>
16+
<div id="position" style="">
17+
</div>
18+
<script type="text/javascript" src="js/pages/demo.js"></script>
19+
</body>
20+
21+
</html>

js/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)