Comparing version 1.0.26 to 1.0.27
{ | ||
"name": "venus-map", | ||
"version": "1.0.26", | ||
"version": "1.0.27", | ||
"description": "tq-fed-map", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
@@ -111,2 +111,3 @@ import Vector from 'ol/source/Vector' | ||
clear() { | ||
this.interaction.forEach(i => i.setActive(false)) | ||
this.source.clear() | ||
@@ -113,0 +114,0 @@ } |
@@ -108,2 +108,3 @@ import Cluster from 'ol/source/Cluster' | ||
clear() { | ||
this.interaction.forEach(i => i.setActive(false)) | ||
this.source.clear() | ||
@@ -110,0 +111,0 @@ } |
@@ -105,2 +105,3 @@ import Vector from 'ol/source/Vector' | ||
clear() { | ||
this.interaction.forEach(i => i.setActive(false)) | ||
this.source.clear() | ||
@@ -107,0 +108,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3083943
4510