File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 60
60
inputScript ( libsurl + '/leaflet/1.9.4/leaflet.js' ) ;
61
61
}
62
62
if ( inArray ( includes , 'mapbox-gl-enhance' ) ) {
63
- inputCSS ( libsurl + '/mapbox-gl-js-enhance/1.12.0-1 /mapbox-gl-enhance.css' ) ;
64
- inputScript ( libsurl + '/mapbox-gl-js-enhance/1.12.0-1 /mapbox-gl-enhance.js' ) ;
63
+ inputCSS ( libsurl + '/mapbox-gl-js-enhance/1.12.1-3 /mapbox-gl-enhance.css' ) ;
64
+ inputScript ( libsurl + '/mapbox-gl-js-enhance/1.12.1-3 /mapbox-gl-enhance.js' ) ;
65
65
}
66
66
if ( inArray ( includes , 'leaflet.heat' ) ) {
67
67
inputScript ( libsurl + '/leaflet/plugins/leaflet.heat/leaflet-heat.js' ) ;
Original file line number Diff line number Diff line change 59
59
inputScript ( libsurl + '/mapbox-gl-js/1.13.2/mapbox-gl.js' ) ;
60
60
}
61
61
if ( inArray ( includes , 'mapbox-gl-enhance' ) ) {
62
- inputCSS ( libsurl + '/mapbox-gl-js-enhance/1.12.1/mapbox-gl-enhance.css' ) ;
63
- inputScript ( libsurl + '/mapbox-gl-js-enhance/1.12.1/mapbox-gl-enhance.js' ) ;
62
+ inputCSS ( libsurl + '/mapbox-gl-js-enhance/1.12.1-3 /mapbox-gl-enhance.css' ) ;
63
+ inputScript ( libsurl + '/mapbox-gl-js-enhance/1.12.1-3 /mapbox-gl-enhance.js' ) ;
64
64
}
65
65
if ( inArray ( includes , 'g6' ) ) {
66
66
inputScript ( libsurl + '/antv/g6/4.3.2/g6.min.js' ) ;
You can’t perform that action at this time.
0 commit comments