Skip to content

Commit face641

Browse files
committed
remove layerbounds and zoombounds when FeatureLayer initialized as null
1 parent 6e12282 commit face641

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/mapml/layers/FeatureLayer.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ export var FeatureLayer = L.FeatureGroup.extend({
5252
this._features = {};
5353
this._staticFeature = true;
5454
}
55-
this.layerBounds = this.options.layerBounds
56-
? this.options.layerBounds
57-
: null;
58-
this.zoomBounds = this.options.zoomBounds
59-
? this.options.zoomBounds
60-
: null;
6155
}
6256
}
6357
},

0 commit comments

Comments
 (0)