We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 886a77d commit 1ae46c7Copy full SHA for 1ae46c7
src/mixins/LayerGroup.js
@@ -26,7 +26,6 @@ export default {
26
this.parentContainer.removeLayer(layer, true);
27
},
28
setLayerType (newVal, oldVal) {
29
- console.warn('setLayerType has beed deprecated and is going to be removed on the next major version');
30
if (newVal === oldVal) return;
31
this.parentContainer.removeLayer(this);
32
if (this.visible) {
0 commit comments