| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0b2b7b8 commit 456dfc3
8 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -59,7 +59,7 @@ | |||
| 59 | 59 | inputScript("https://iclient.supermap.io/web/libs/iclient8c/libs/SuperMap.Include.js"); | |
| 60 | 60 | } | |
| 61 | 61 | 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"); | ||
| 63 | 63 | } | |
| 64 | 64 | if (inArray(includes, 'echarts')) { | |
| 65 | 65 | inputScript('https://cdn.jsdelivr.net/npm/echarts@4.5.0/dist/echarts.min.js'); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -77,7 +77,7 @@ | |||
| 77 | 77 | inputScript("https://cdn.bootcss.com/leaflet-minimap/3.6.1/Control.MiniMap.min.js"); | |
| 78 | 78 | } | |
| 79 | 79 | 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"); | ||
| 81 | 81 | } | |
| 82 | 82 | if (inArray(includes, 'turf')) { | |
| 83 | 83 | inputScript("https://cdn.bootcss.com/Turf.js/5.1.6/turf.min.js"); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -73,7 +73,7 @@ | |||
| 73 | 73 | ); | |
| 74 | 74 | } | |
| 75 | 75 | 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"); | ||
| 77 | 77 | } | |
| 78 | 78 | if (inArray(includes, 'echarts')) { | |
| 79 | 79 | inputScript('https://cdn.jsdelivr.net/npm/echarts@4.5.0/dist/echarts.min.js'); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -66,7 +66,7 @@ | |||
| 66 | 66 | inputScript("https://cdn.bootcss.com/openlayers/4.6.5/ol-debug.js"); | |
| 67 | 67 | } | |
| 68 | 68 | 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"); | ||
| 70 | 70 | } | |
| 71 | 71 | if (inArray(includes, 'turf')) { | |
| 72 | 72 | inputScript("https://cdn.bootcss.com/Turf.js/5.1.6/turf.min.js"); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -66,7 +66,7 @@ | |||
| 66 | 66 | inputScript("https://cdn.bootcss.com/openlayers/4.6.5/ol-debug.js"); | |
| 67 | 67 | } | |
| 68 | 68 | 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"); | ||
| 70 | 70 | } | |
| 71 | 71 | if (inArray(includes, 'turf')) { | |
| 72 | 72 | inputScript("https://cdn.bootcss.com/Turf.js/5.1.6/turf.min.js"); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ | |||
| 4 | 4 | (factory((global.mapv = global.mapv || {}))); | |
| 5 | 5 | }(this, (function (exports) { 'use strict'; | |
| 6 | 6 | ||
| 7 | - var version = "2.0.42"; | ||
| 7 | + var version = "2.0.43"; | ||
| 8 | 8 | ||
| 9 | 9 | /** | |
| 10 | 10 | * @author kyle / http://nikai.us/ | |
@@ -3098,10 +3098,6 @@ if (global$3.BMap) { | |||
| 3098 | 3098 | //this._map.removeOverlay(this); | |
| 3099 | 3099 | }; | |
| 3100 | 3100 | ||
| 3101 | - CanvasLayer.prototype.remove = function () { | ||
| 3102 | - this._map.removeOverlay(this); | ||
| 3103 | - }; | ||
| 3104 | - | ||
| 3105 | 3101 | CanvasLayer.prototype.setZIndex = function (zIndex) { | |
| 3106 | 3102 | this.zIndex = zIndex; | |
| 3107 | 3103 | this.canvas.style.zIndex = this.zIndex; | |
@@ -5488,7 +5484,7 @@ var AnimationLayer = function (_BaseLayer) { | |||
| 5488 | 5484 | this.stop(); | |
| 5489 | 5485 | this.unbindEvent(); | |
| 5490 | 5486 | this.clearData(); | |
| 5491 | - this.canvasLayer.remove(); | ||
| 5487 | + this.map.removeOverlay(this.canvasLayer); | ||
| 5492 | 5488 | this.canvasLayer = null; | |
| 5493 | 5489 | } | |
| 5494 | 5490 | }]); | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1 +1 @@ | |||
| 1 | - export var version = "2.0.42"; | ||
| 1 | + export var version = "2.0.43"; | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments