We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9834e commit 9628b3dCopy full SHA for 9628b3d
src/map-feature.js
@@ -230,6 +230,8 @@ export class MapFeature extends HTMLElement {
230
mapmlvectors.layerBounds = M.getBounds(this._layer._content);
231
// update map's zoom limit
232
this._map._addZoomLimit(mapmlvectors);
233
+ // TODO: can be set as a handler of featureLayer
234
+ mapmlvectors._resetFeatures();
235
L.extend(mapmlvectors.options, mapmlvectors.zoomBounds);
236
}
237
0 commit comments