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 90
90
inputCSS ( "../../dist/leaflet/iclient9-leaflet.min.css" ) ;
91
91
}
92
92
if ( inArray ( includes , 'iclient9-plot-leaflet' ) ) {
93
- inputCSS ( "http://iclient.supermap.io/web/libs/plotting/leaflet/9.1.2 /iclient9-plot-leaflet.css" ) ;
93
+ inputCSS ( "http://iclient.supermap.io/web/libs/plotting/leaflet/10.0.0 /iclient9-plot-leaflet.css" ) ;
94
94
if ( supportES6 ( ) ) {
95
- inputScript ( "http://iclient.supermap.io/web/libs/plotting/leaflet/9.1.2 /iclient9-plot-leaflet-es6.min.js" ) ;
95
+ inputScript ( "http://iclient.supermap.io/web/libs/plotting/leaflet/10.0.0 /iclient9-plot-leaflet-es6.min.js" ) ;
96
96
} else {
97
- inputScript ( "http://iclient.supermap.io/web/libs/plotting/leaflet/9.1.2 /iclient9-plot-leaflet.min.js" ) ;
97
+ inputScript ( "http://iclient.supermap.io/web/libs/plotting/leaflet/10.0.0 /iclient9-plot-leaflet.min.js" ) ;
98
98
}
99
99
}
100
100
if ( inArray ( includes , 'leaflet.heat' ) ) {
You can’t perform that action at this time.
0 commit comments