File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
/* Copyright© 2000 - 2021 SuperMap Software Co.Ltd. All rights reserved.
2
2
* This program are made available under the terms of the Apache License, Version 2.0
3
3
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
4
- ( function ( ) {
4
+ ( function ( ) {
5
5
var r = new RegExp ( '(^|(.*?\\/))(include-mapboxgl.js)(\\?|$)' ) ,
6
6
s = document . getElementsByTagName ( 'script' ) ,
7
7
targetScript ;
153
153
inputScript ( 'https://cdn.jsdelivr.net/npm/three@0.121.1/examples/js/loaders/GLTFLoader.js' ) ;
154
154
}
155
155
if ( inArray ( includes , 'echarts-gl' ) ) {
156
- inputScript ( 'https://iclient.supermap.io/web/libs/echarts-gl/1.1.2/echarts-gl.min.js' ) ;
156
+ inputScript ( 'https://iclient.supermap.io/web/libs/echarts-gl/1.1.2-fix /echarts-gl.min.js' ) ;
157
157
}
158
158
if ( inArray ( includes , 'mapbox-print-pdf' ) ) {
159
159
inputScript ( 'https://iclient.supermap.io/web/libs/mapbox-print-pdf/0.4.4/mapbox-print-pdf.min.js' ) ;
165
165
inputScript ( 'https://cdn.jsdelivr.net/npm/lodash@4.17.20/lodash.min.js' ) ;
166
166
}
167
167
if ( inArray ( includes , 'tensorflow' ) ) {
168
- inputScript ( 'https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@3.5.0/dist/tf.min.js' ) ;
168
+ inputScript ( 'https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@3.5.0/dist/tf.min.js' ) ;
169
169
}
170
170
171
-
172
171
// dist
173
172
if ( ! inArray ( excludes , 'iclient-mapboxgl' ) ) {
174
173
if ( supportES6 ( ) ) {
You can’t perform that action at this time.
0 commit comments