File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 56
56
inputScript ( "http://mapv.baidu.com/build/mapv.min.js" ) ;
57
57
}
58
58
if ( inArray ( includes , 'turf' ) ) {
59
- inputScript ( "https://cdn.bootcss.com/Turf.js/5.1.6/turf.js" ) ;
59
+ inputScript ( "https://cdn.bootcss.com/Turf.js/5.1.6/turf.min. js" ) ;
60
60
}
61
61
if ( inArray ( includes , 'echarts' ) ) {
62
62
inputScript ( "https://cdn.bootcss.com/echarts/4.1.0/echarts.min.js" ) ;
74
74
inputScript ( "http://cdn.bootcss.com/elasticsearch/15.0.0/elasticsearch.min.js" ) ;
75
75
}
76
76
if ( inArray ( includes , 'deck' ) ) {
77
- inputScript ( "http://iclient.supermap.io/web/libs/deck.gl/5.1.3/deck.gl.js" ) ;
77
+ inputScript ( "http://iclient.supermap.io/web/libs/deck.gl/5.1.3/deck.gl.min. js" ) ;
78
78
}
79
79
if ( inArray ( includes , 'xlsx' ) ) {
80
80
inputScript ( "https://cdn.bootcss.com/xlsx/0.12.13/xlsx.core.min.js" ) ;
Original file line number Diff line number Diff line change 72
72
inputScript ( "https://cdn.bootcss.com/three.js/92/three.min.js" ) ;
73
73
}
74
74
if ( inArray ( includes , 'deck' ) ) {
75
- inputScript ( "http://iclient.supermap.io/web/libs/deck.gl/5.1.3/deck.gl.js" ) ;
75
+ inputScript ( "http://iclient.supermap.io/web/libs/deck.gl/5.1.3/deck.gl.min. js" ) ;
76
76
}
77
77
if ( ! inArray ( excludes , 'iclient9-mapboxgl' ) ) {
78
78
if ( supportES6 ( ) ) {
Original file line number Diff line number Diff line change 64
64
}
65
65
66
66
if ( inArray ( includes , 'deck' ) ) {
67
- inputScript ( "http://iclient.supermap.io/web/libs/deck.gl/5.1.3/deck.gl.js" ) ;
67
+ inputScript ( "http://iclient.supermap.io/web/libs/deck.gl/5.1.3/deck.gl.min. js" ) ;
68
68
}
69
69
if ( ! inArray ( excludes , 'iclient9-openlayers' ) ) {
70
70
if ( supportES6 ( ) ) {
Original file line number Diff line number Diff line change 41
41
if ( ! inArray ( excludes , 'example-i18n' ) ) {
42
42
inputScript ( "https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js" ) ;
43
43
44
- inputScript ( "https://cdn.bootcss.com/i18next/10.0.7/i18next.js" ) ;
45
- inputScript ( "https://cdn.bootcss.com/jquery-i18next/1.2.1/jquery-i18next.js" ) ;
44
+ inputScript ( "https://cdn.bootcss.com/i18next/10.0.7/i18next.min. js" ) ;
45
+ inputScript ( "https://cdn.bootcss.com/jquery-i18next/1.2.1/jquery-i18next.min. js" ) ;
46
46
47
47
inputScript ( "../js/utils.js" ) ;
48
48
inputScript ( "../js/localization.js" ) ;
Original file line number Diff line number Diff line change 124
124
"proj4" : " 2.3.15" ,
125
125
"promise-polyfill" : " 6.0.2" ,
126
126
"three" : " 0.92.0" ,
127
- "xlsx" : " ^0.13.3 "
127
+ "xlsx" : " ^0.12.13 "
128
128
}
129
129
}
You can’t perform that action at this time.
0 commit comments