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 142
142
inputCSS ( '../../dist/leaflet/iclient-leaflet.min.css' ) ;
143
143
}
144
144
if ( inArray ( includes , 'iclient-plot-leaflet' ) ) {
145
- inputCSS ( 'https://iclient.supermap.io/web/libs/plotting/leaflet/11.0.0 /iclient-plot-leaflet.css' ) ;
145
+ inputCSS ( 'https://iclient.supermap.io/web/libs/plotting/leaflet/11.0.1 /iclient-plot-leaflet.css' ) ;
146
146
if ( supportES6 ( ) ) {
147
- inputScript ( 'https://iclient.supermap.io/web/libs/plotting/leaflet/11.0.0 /iclient-plot-leaflet-es6.min.js' ) ;
147
+ inputScript ( 'https://iclient.supermap.io/web/libs/plotting/leaflet/11.0.1 /iclient-plot-leaflet-es6.min.js' ) ;
148
148
} else {
149
- inputScript ( 'https://iclient.supermap.io/web/libs/plotting/leaflet/11.0.0 /iclient-plot-leaflet.min.js' ) ;
149
+ inputScript ( 'https://iclient.supermap.io/web/libs/plotting/leaflet/11.0.1 /iclient-plot-leaflet.min.js' ) ;
150
150
}
151
151
}
152
152
if ( inArray ( includes , 'ant-design-vue' ) ) {
You can’t perform that action at this time.
0 commit comments