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