File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 145
145
inputCSS ( '../../dist/leaflet/iclient-leaflet.min.css' ) ;
146
146
}
147
147
if ( inArray ( includes , 'iclient-plot-leaflet' ) ) {
148
- inputCSS ( 'https://iclient.supermap.io/web/libs/plotting/leaflet/11.0 .0/iclient-plot-leaflet.css' ) ;
148
+ inputCSS ( 'https://iclient.supermap.io/web/libs/plotting/leaflet/10.2 .0/iclient-plot-leaflet.css' ) ;
149
149
if ( supportES6 ( ) ) {
150
150
inputScript (
151
- 'https://iclient.supermap.io/web/libs/plotting/leaflet/11.0 .0/iclient-plot-leaflet-es6.min.js'
151
+ 'https://iclient.supermap.io/web/libs/plotting/leaflet/10.2 .0/iclient-plot-leaflet-es6.min.js'
152
152
) ;
153
153
} else {
154
- inputScript ( 'https://iclient.supermap.io/web/libs/plotting/leaflet/11.0 .0/iclient-plot-leaflet.min.js' ) ;
154
+ inputScript ( 'https://iclient.supermap.io/web/libs/plotting/leaflet/10.2 .0/iclient-plot-leaflet.min.js' ) ;
155
155
}
156
156
}
157
157
if ( inArray ( includes , 'ant-design-vue' ) ) {
You can’t perform that action at this time.
0 commit comments