File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -467,8 +467,7 @@ export class BaseLayerElement extends HTMLElement {
467
467
}
468
468
/*
469
469
* Runs the effects of the mutation observer for child elements of map-layer.
470
- * Features now manage themselves through their connectedCallback and MapFeatureLayer
471
- * architecture. This method primarily handles extent recalculation and other
470
+ * This method primarily handles extent recalculation and other
472
471
* child element processing.
473
472
*/
474
473
_runMutationObserver ( elementsGroup ) {
@@ -484,8 +483,6 @@ export class BaseLayerElement extends HTMLElement {
484
483
} ;
485
484
const _addExtentElement = ( mapExtent ) => {
486
485
this . whenReady ( ) . then ( ( ) => {
487
- // see comment regarding features / extent. Same thing applies to
488
- // map-extent
489
486
delete this . _layer . bounds ;
490
487
this . _validateDisabled ( ) ;
491
488
} ) ;
You can’t perform that action at this time.
0 commit comments