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 145145 inputCSS ( '../../dist/leaflet/iclient-leaflet.min.css' ) ;
146146 }
147147 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' ) ;
149149 if ( supportES6 ( ) ) {
150150 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'
152152 ) ;
153153 } 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' ) ;
155155 }
156156 }
157157 if ( inArray ( includes , 'ant-design-vue' ) ) {
You can’t perform that action at this time.
0 commit comments