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