We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17082c7 commit 739b206Copy full SHA for 739b206
src/mapml/layers/FeatureLayer.js
@@ -52,12 +52,6 @@ export var FeatureLayer = L.FeatureGroup.extend({
52
this._features = {};
53
this._staticFeature = true;
54
}
55
- this.layerBounds = this.options.layerBounds
56
- ? this.options.layerBounds
57
- : null;
58
- this.zoomBounds = this.options.zoomBounds
59
- ? this.options.zoomBounds
60
61
62
63
},
0 commit comments