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 5656 inputScript ( "http://mapv.baidu.com/build/mapv.min.js" ) ;
5757 }
5858 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" ) ;
6060 }
6161 if ( inArray ( includes , 'echarts' ) ) {
6262 inputScript ( "https://cdn.bootcss.com/echarts/4.1.0/echarts.min.js" ) ;
7474 inputScript ( "http://cdn.bootcss.com/elasticsearch/15.0.0/elasticsearch.min.js" ) ;
7575 }
7676 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" ) ;
7878 }
7979 if ( inArray ( includes , 'xlsx' ) ) {
8080 inputScript ( "https://cdn.bootcss.com/xlsx/0.12.13/xlsx.core.min.js" ) ;
Original file line number Diff line number Diff line change 7272 inputScript ( "https://cdn.bootcss.com/three.js/92/three.min.js" ) ;
7373 }
7474 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" ) ;
7676 }
7777 if ( ! inArray ( excludes , 'iclient9-mapboxgl' ) ) {
7878 if ( supportES6 ( ) ) {
Original file line number Diff line number Diff line change 6464 }
6565
6666 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" ) ;
6868 }
6969 if ( ! inArray ( excludes , 'iclient9-openlayers' ) ) {
7070 if ( supportES6 ( ) ) {
Original file line number Diff line number Diff line change 4141 if ( ! inArray ( excludes , 'example-i18n' ) ) {
4242 inputScript ( "https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js" ) ;
4343
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" ) ;
4646
4747 inputScript ( "../js/utils.js" ) ;
4848 inputScript ( "../js/localization.js" ) ;
Original file line number Diff line number Diff line change 124124 "proj4" : " 2.3.15" ,
125125 "promise-polyfill" : " 6.0.2" ,
126126 "three" : " 0.92.0" ,
127- "xlsx" : " ^0.13.3 "
127+ "xlsx" : " ^0.12.13 "
128128 }
129129}
You can’t perform that action at this time.
0 commit comments