Skip to content

Commit b5db5bf

Browse files
committed
modify gtc示例(使用mbgl-include引入脚本)
1 parent 2f7e9ba commit b5db5bf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

examples/mapboxgl/GTC2017.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@
44
<meta charset='utf-8'/>
55
<title>GTC2017</title>
66
<meta name="viewport" content="width=device-width,initial-scale=0.5,maximum-scale=1,user-scalable=no"/>
7-
<link href="http://icltest.supermapol.com/web/libs/gtc2017/lib/mapbox-gl.css" rel="stylesheet"/>
87
<link href="http://icltest.supermapol.com/web/libs/gtc2017/lib/css-loader.css" rel="stylesheet">
98
<link href="http://icltest.supermapol.com/web/libs/gtc2017/style.css" rel="stylesheet">
10-
<script type="text/javascript" src="http://icltest.supermapol.com/web/libs/gtc2017/lib/mapbox-gl.js"></script>
11-
<script type="text/javascript" src="http://icltest.supermapol.com/web/libs/gtc2017/lib/mapv.min.js"></script>
12-
<script type="text/javascript" src="http://icltest.supermapol.com/web/libs/gtc2017/dist/iclient9-mapboxgl.min.js"></script>
9+
<script type="text/javascript" include="mapv" src="http://icltest.supermapol.com/web/libs/gtc2017/dist/mbgl-include.js"></script>
1310
<script type="text/javascript" src="http://icltest.supermapol.com/web/libs/gtc2017/index.js"></script>
1411
</head>
1512
<body>

0 commit comments

Comments
 (0)