File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 64
64
inputScript ( "http://iclient.supermap.io/web/libs/deck.gl/5.1.3/deck.gl.js" ) ;
65
65
}
66
66
if ( ! inArray ( excludes , 'iclient9-leaflet' ) ) {
67
- inputScript ( "../../dist/iclient9-leaflet.js" ) ;
67
+ inputScript ( "../../dist/iclient9-leaflet.min. js" ) ;
68
68
}
69
69
if ( inArray ( includes , 'iclient9-leaflet-css' ) ) {
70
70
inputCSS ( "../../dist/iclient9-leaflet.min.css" ) ;
Original file line number Diff line number Diff line change 47
47
inputScript ( "https://cdn.bootcss.com/Turf.js/4.6.1/turf.min.js" ) ;
48
48
}
49
49
if ( inArray ( includes , 'ol-mapbox-style' ) ) {
50
- inputScript ( "https ://rawgit.com/boundlessgeo/ ol-mapbox-style/v2 .11.2/dist /olms.js" ) ;
50
+ inputScript ( "http ://iclient.supermap.io/web/libs/openlayers/plugins/ ol-mapbox-style/2 .11.2/olms.js" ) ;
51
51
}
52
52
if ( inArray ( includes , 'deck' ) ) {
53
53
inputScript ( "http://iclient.supermap.io/web/libs/deck.gl/5.1.3/deck.gl.js" ) ;
54
54
}
55
55
if ( ! inArray ( excludes , 'iclient9-openlayers' ) ) {
56
- inputScript ( "../../dist/iclient9-openlayers.js" ) ;
56
+ inputScript ( "../../dist/iclient9-openlayers.min. js" ) ;
57
57
}
58
58
if ( ! inArray ( excludes , 'iclient9-openlayers-css' ) ) {
59
59
inputCSS ( "../../dist/iclient9-openlayers.min.css" ) ;
Original file line number Diff line number Diff line change 9
9
< link rel ="stylesheet " href ="https://openlayers.org/en/v4.6.4/css/ol.css " type ="text/css ">
10
10
<!--当前示例使用 ol-debug 原因:ol.format.MVT 默认坐标系为 3857,最新代码未更新该默认设置,需使用ol-debug,设置 defaultDataProjection 参数,以支持4326底图-->
11
11
< script src ="https://openlayers.org/en/v4.6.4/build/ol-debug.js "> </ script >
12
- < script type ="text/javascript " src ="https ://rawgit.com/boundlessgeo/ ol-mapbox-style/v2 .11.2/dist /olms.js "> </ script >
12
+ < script type ="text/javascript " src ="http ://iclient.supermap.io/web/libs/openlayers/plugins/ ol-mapbox-style/2 .11.2/olms.js "> </ script >
13
13
< script type ="text/javascript " src ="../../dist/iclient9-openlayers.js "> </ script >
14
14
< style >
15
15
.ol-popup {
Original file line number Diff line number Diff line change 48
48
< script type ="text/javascript " include ='bootstrap-css ' src ="../js/include-web.js "> </ script >
49
49
< link rel ="stylesheet " href ="https://openlayers.org/en/v4.6.4/css/ol.css " type ="text/css ">
50
50
< script src ="https://openlayers.org/en/v4.6.4/build/ol-debug.js "> </ script >
51
- < script type ="text/javascript " src ="https ://rawgit.com/boundlessgeo/ ol-mapbox-style/v2 .11.2/dist /olms.js "> </ script >
51
+ < script type ="text/javascript " src ="http ://iclient.supermap.io/web/libs/openlayers/plugins/ ol-mapbox-style/2 .11.2/olms.js "> </ script >
52
52
< script type ="text/javascript " src ="../../dist/iclient9-openlayers.js "> </ script >
53
53
< script type ="text/javascript ">
54
54
console . log ( olms ) ;
You can’t perform that action at this time.
0 commit comments