File tree Expand file tree Collapse file tree 8 files changed +9
-13
lines changed Expand file tree Collapse file tree 8 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 5959 inputScript ( "https://iclient.supermap.io/web/libs/iclient8c/libs/SuperMap.Include.js" ) ;
6060 }
6161 if ( inArray ( includes , 'mapv' ) ) {
62- inputScript ( "https://cdn.jsdelivr.net/npm/mapv@2.0.42 /build/mapv.min.js" ) ;
62+ inputScript ( "https://cdn.jsdelivr.net/npm/mapv@2.0.43 /build/mapv.min.js" ) ;
6363 }
6464 if ( inArray ( includes , 'echarts' ) ) {
6565 inputScript ( 'https://cdn.jsdelivr.net/npm/echarts@4.5.0/dist/echarts.min.js' ) ;
Original file line number Diff line number Diff line change 7777 inputScript ( "https://cdn.bootcss.com/leaflet-minimap/3.6.1/Control.MiniMap.min.js" ) ;
7878 }
7979 if ( inArray ( includes , 'mapv' ) ) {
80- inputScript ( "https://cdn.jsdelivr.net/npm/mapv@2.0.42 /build/mapv.min.js" ) ;
80+ inputScript ( "https://cdn.jsdelivr.net/npm/mapv@2.0.43 /build/mapv.min.js" ) ;
8181 }
8282 if ( inArray ( includes , 'turf' ) ) {
8383 inputScript ( "https://cdn.bootcss.com/Turf.js/5.1.6/turf.min.js" ) ;
Original file line number Diff line number Diff line change 7373 ) ;
7474 }
7575 if ( inArray ( includes , 'mapv' ) ) {
76- inputScript ( "https://cdn.jsdelivr.net/npm/mapv@2.0.42 /build/mapv.min.js" ) ;
76+ inputScript ( "https://cdn.jsdelivr.net/npm/mapv@2.0.43 /build/mapv.min.js" ) ;
7777 }
7878 if ( inArray ( includes , 'echarts' ) ) {
7979 inputScript ( 'https://cdn.jsdelivr.net/npm/echarts@4.5.0/dist/echarts.min.js' ) ;
Original file line number Diff line number Diff line change 6666 inputScript ( "https://cdn.bootcss.com/openlayers/4.6.5/ol-debug.js" ) ;
6767 }
6868 if ( inArray ( includes , 'mapv' ) ) {
69- inputScript ( "https://cdn.jsdelivr.net/npm/mapv@2.0.42 /build/mapv.min.js" ) ;
69+ inputScript ( "https://cdn.jsdelivr.net/npm/mapv@2.0.43 /build/mapv.min.js" ) ;
7070 }
7171 if ( inArray ( includes , 'turf' ) ) {
7272 inputScript ( "https://cdn.bootcss.com/Turf.js/5.1.6/turf.min.js" ) ;
Original file line number Diff line number Diff line change 6666 inputScript ( "https://cdn.bootcss.com/openlayers/4.6.5/ol-debug.js" ) ;
6767 }
6868 if ( inArray ( includes , 'mapv' ) ) {
69- inputScript ( "https://cdn.jsdelivr.net/npm/mapv@2.0.42 /build/mapv.min.js" ) ;
69+ inputScript ( "https://cdn.jsdelivr.net/npm/mapv@2.0.43 /build/mapv.min.js" ) ;
7070 }
7171 if ( inArray ( includes , 'turf' ) ) {
7272 inputScript ( "https://cdn.bootcss.com/Turf.js/5.1.6/turf.min.js" ) ;
Original file line number Diff line number Diff line change 44 ( factory ( ( global . mapv = global . mapv || { } ) ) ) ;
55} ( this , ( function ( exports ) { 'use strict' ;
66
7- var version = "2.0.42 " ;
7+ var version = "2.0.43 " ;
88
99/**
1010 * @author kyle / http://nikai.us/
@@ -3098,10 +3098,6 @@ if (global$3.BMap) {
30983098 //this._map.removeOverlay(this);
30993099 } ;
31003100
3101- CanvasLayer . prototype . remove = function ( ) {
3102- this . _map . removeOverlay ( this ) ;
3103- } ;
3104-
31053101 CanvasLayer . prototype . setZIndex = function ( zIndex ) {
31063102 this . zIndex = zIndex ;
31073103 this . canvas . style . zIndex = this . zIndex ;
@@ -5488,7 +5484,7 @@ var AnimationLayer = function (_BaseLayer) {
54885484 this . stop ( ) ;
54895485 this . unbindEvent ( ) ;
54905486 this . clearData ( ) ;
5491- this . canvasLayer . remove ( ) ;
5487+ this . map . removeOverlay ( this . canvasLayer ) ;
54925488 this . canvasLayer = null ;
54935489 }
54945490 } ] ) ;
Original file line number Diff line number Diff line change 1- export var version = "2.0.42 " ;
1+ export var version = "2.0.43 " ;
You can’t perform that action at this time.
0 commit comments