MCPcopy Index your code
hub / github.com/Maps4HTML/MapML.js / _addExtentElement

Method _addExtentElement

src/layer.js:503–508  ·  view source on GitHub ↗
(mapExtent)

Source from the content-addressed store, hash-verified

501 });
502 };
503 const _addExtentElement = (mapExtent) => {
504 this.whenReady().then(() => {
505 delete this._layer.bounds;
506 this._validateDisabled();
507 });
508 };
509 // is this really necessary? Do we believe that remote mapml documents will
510 // be interactive i.e. script access to their DOM?
511 let root = this.src ? this.shadowRoot : this,

Callers

nothing calls this directly

Calls 2

whenReadyMethod · 0.95
_validateDisabledMethod · 0.95

Tested by

no test coverage detected