File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed
Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 11/*头部下拉菜单id对应的值*/
22var dropMenuConfig = {
3- 'lf ' : 'leaflet' ,
4- 'ol ' : 'openlayers' ,
5- 'mbgl ' : 'mapboxgl' ,
6- 'wbgl ' : '3dwebgl'
3+ 'leaflet ' : 'leaflet' ,
4+ 'openlayers ' : 'openlayers' ,
5+ 'mapboxgl ' : 'mapboxgl' ,
6+ '3dwebgl ' : '3dwebgl'
77} ;
Original file line number Diff line number Diff line change 3131 < i class ="fa fa-sort-down "> </ i >
3232 </ a >
3333 < ul class ="dropdown-menu ">
34- < li > < a href ="# " id ="lf "> for Leaflet</ a > </ li >
35- < li > < a href ="# " id ="ol "> for OpenLayers</ a > </ li >
36- < li > < a href ="# " id ="mbgl "> for MapboxGL</ a > </ li >
37- < li > < a href ="# " id ="wbgl "> 3D-WebGL</ a > </ li >
34+ < li > < a href ="# " id ="leaflet "> for Leaflet</ a > </ li >
35+ < li > < a href ="# " id ="openlayers "> for OpenLayers</ a > </ li >
36+ < li > < a href ="# " id ="mapboxgl "> for MapboxGL</ a > </ li >
37+ < li > < a href ="# " id ="3dwebgl "> 3D-WebGL</ a > </ li >
3838 </ ul >
3939 </ li >
4040 < li class ="api-menu " id ="headerPricing ">
Original file line number Diff line number Diff line change 11< html >
22< head >
33 < title > SuperMap iClient for JavaScript 9D alpha</ title >
4- < link rel =" shortcut icon " type =" image/x-icon " href =" favicon.ico " />
4+
55 < meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 ">
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0,user-scalable=no ">
77 < link rel ="stylesheet " href ="http://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css ">
88 < link href ="http://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css " rel ="stylesheet ">
99 < link href ="http://cdn.bootcss.com/ionicons/2.0.1/css/ionicons.min.css " rel ="stylesheet ">
10+ < link rel ="shortcut icon " type ="image/x-icon " href ="favicon.ico ">
1011 < link rel ="stylesheet " href ="./libs/css/adminLTE.min.css ">
1112 < link rel ="stylesheet " href ="./libs/css/skin-blue.min.css ">
1213 < link rel ="stylesheet " href ="./libs/css/blue.css ">
@@ -305,6 +306,7 @@ <h4 class="box-title">数据可视化</h4>
305306 </ div >
306307</ div >
307308< script type ="text/javascript " src ="./libs/js/app.min.js "> </ script >
309+
308310< script type ="text/javascript " src ="http://cdn.bootcss.com/openlayers/4.0.1/ol-debug.js "> </ script >
309311< script type ="text/javascript " src ="../dist/iclient9-openlayers.js "> </ script >
310312< script type ="text/javascript " src ="http://cdn.bootcss.com/leaflet/1.0.3/leaflet.js "> </ script >
You can’t perform that action at this time.
0 commit comments